Skip to main content
POST
/
order
/
api-qr_code_link
Error
A valid request URL is required to generate request examples
{
  "data": {
    "order_id": "24400",
    "qr_code_link": "https://testapi.fractalpay.com/authcheck-paymentlink/pqy8mwj4tjl",
    "sales_id": "c9d48e46-edbf-11ee-b78a-02fabd890500"
  },
  "message": "QR code URL has been created"
}

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.00"

merchant_key
string
Example:

"{{merchant_key}}"

order_id
string
Example:

"24400"

Response

201 - application/json

QR Payment Link

data
object
message
string
Example:

"QR code URL has been created"