POST
/
requests
{
  "message": "Text request has been sent",
  "qr_code_link": "http://localhost:8081/authcheck-paymentlink/grrxcs2xmlp",
  "result": true,
  "status_code": 201
}

Authorizations

Authorization
string
header
required

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

Headers

api_key
string
Example:

"8af9a5a0e6338fbafd8d2fa7a688fd16363cc865c6e6ede3002d041c2613cb99"

Body

application/json
amount
string
Example:

"2.15"

merchant_key
string
Example:

"72ba2f4252d5c9b2cd65f60cd698fd5ad9fe065e067281bf6c4e08cade4ee2be779969dd8c0307b8b5f1a1034335c8542400e0367a70177e64dc710e6fa57814"

phone_number
string
Example:

"8455456555"

Response

201 - application/json
Payment Request
message
string
Example:

"Text request has been sent"

Example:

"http://localhost:8081/authcheck-paymentlink/grrxcs2xmlp"

result
boolean
Example:

true

status_code
number
Example:

201