Skip to main content

Invoice reference

GET 

/checkout/get/:checkoutId

Queries the status of a transaction using the invoice number (checkoutId).

Request

Path Parameters

    checkoutId stringrequired

    The unique ID of the payment invoice

Query Parameters

    entityId stringrequired

    The merchant's ID (client_id)

Header Parameters

    Authorization stringrequired

    Send client_secret as a Bearer token

Responses

Request Response

Schema

  • Array [

  • code stringrequired

    Possible values: [0, 1]

    Request status

    description stringrequired

    Possible values: [SUCCESS, UNSUCCESS, USER_PAYMENT_VERIFICATION_FAILED, RISK_REJECT, REGULATION_RESTRICTION, PROCESS_FAIL]

    Status information

    amount number

    Payment amount

    status string

    Possible values: [new - New, canceled - Canceled, paid - Paid, expired - Expired, invalid - Invalid]

    Invoice status

    status_date date-time

    Status change date

    paymentId string

    Payment transaction ID (for Paid status)

    message string

    Алдааны мэдээлэл

  • ]

Loading...