How to implement
In the Authorization endpoint response, set the attributes as follows:•
Status.Verdict = Approved•
Status.Code = 0•
PaymentInfo.AuthAmount = Approve amount for pre-authorization.
See the example below:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Status.Verdict = ApprovedStatus.Code = 0PaymentInfo.AuthAmount = Approve amount for pre-authorization.
See the example below:
{"Status": {
"Verdict": "Approved",
"Code": 0,},
"PaymentInfo": {
"AuthAmount": 5}
}
Was this page helpful?