Skip to main content
POST
/
pay-link
Error
A valid request URL is required to generate request examples
{
  "data": {
    "order_id": "22111fdz",
    "payment_link": "https://testapi.fractalpay.com/authcheck-paymentlink/u6j3garacoj",
    "sales_id": "c2e0adab-55b5-11ef-af4e-0ef0812e6179"
  },
  "message": "Quick Pay Order created successfully.",
  "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:

"4.55"

merchant_key
string
Example:

"{{merchant_key}}"

order_id
string
Example:

"22111fdz"

Response

201 - application/json

Create Link

data
object
message
string
Example:

"Quick Pay Order created successfully."

result
boolean
Example:

true