Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Name/title of the payment request.
Nominal amount of payment.
Customer email used to send proof of payment or payment reminders.
Customer telephone number.
General description of the transaction or order.
Additional notes for the payment request.
The transaction expiration date and time. After this time, the payment link is
no longer valid.
Restrict the payment request to a specific payment method.
Cashtag associated with the payment request.
Additional custom data attached to the payment request.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The created payment request data.
data Structure (Object)
Unique request payment ID.
Unique transaction ID associated with this payment request.
The URL that customers can access to open the payment request.
Errors
Returned when the request body fails validation:
{ "statusCode": 400, "messages": "Validation Error" }.Returned when a payment request with the same identifier already exists:
{ "statusCode": 409, "messages": "already exist" }.Returned when a duplicate create request is detected:
{ "statusCode": 429, "messages": "Duplicate request detected. Please wait 1 minute before trying again." }.