POST
/
order
/
api-qr_code_link
{
  "message": "QR code URL",
  "qr_code_link": "https://testapi.fractalpay.com/authcheck-paymentlink/e8658gf63a4",
  "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.

Body

application/json
amount
string
Example:

"2"

merchant_key
string
Example:

"{{merchant_key}}"

phone_number
string
Example:

"9489994444"

Response

201 - application/json
Payment Link
message
string
Example:

"QR code URL"

Example:

"https://testapi.fractalpay.com/authcheck-paymentlink/e8658gf63a4"

result
boolean
Example:

true

status_code
number
Example:

201