Skip to main content

Call the payment FORM

GET 

/payment/

Payment is made by sending a request from the merchant's online store to the QR reading and card information entry form of the Hipay system. After the payment is made, the information is returned via a POST request to the redirect_uri registered to create the invoice.

Request

Query Parameters

    checkoutId stringrequired

    The unique ID of the checkout (received during checkout request)

    lang string[]

    Possible values: [mn, en]

    Default value: mn

    Language for the checkout form

    email string

    The email of the user making the payment (optional).

    phone string

    The phone number of the user making the payment (optional)

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

    checkoutId string

    Invoice ID

    message string

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

  • ]

Loading...