v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Payments

Verify a payment.

post/v0.2.4/payment/verify

Request body

subAccountstring

Subaccount if any.

idstring required

The transaction ID (issueID).

Response

Success.

statusstring

Status of the request.

messagestring

Example response

{
  "status": "success",
  "message": "Payment verified successfully",
  "data": {
    "paymentLink": "undefined/pay/?issueID=XQTUvRBntIU3AHgQ3jFuN9ZcHIC3_1_1661120543057",
    "error": "None"
  }
}