POST
/
pay-link
{
  "data": {
    "payment_link": "http://localhost:8081/authcheck-paymentlink/95u59qv1pur",
    "sales_id": "c9595ab3-f229-11ee-b78a-02fabd890500"
  },
  "message": "Quick Pay Order created successfully. Please check your phone for payment link.",
  "result": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
amount
string
Example:

"10"

merchant_key
string
Example:

"72ba2f4252d5c9b2cd65f60cd698fd5ad9fe065e067281bf6c4e08cade4ee2be779969dd8c0307b8b5f1a1034335c8542400e0367a70177e64dc710e6fa57814"

Response

201 - application/json
iFrame Order
data
object
message
string
Example:

"Quick Pay Order created successfully. Please check your phone for payment link."

result
boolean
Example:

true