How to implement
In the Authorization endpoint response, set the attribute as follows:Status.Verdict= ApprovedStatus.Code= 0PaymentInfo.AuthAmount= Approve amount for pre-authorization.
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.{"Status": {
"Verdict": "Approved",
"Code": 0,},
"PaymentInfo": {
"AuthAmount": 5}
}
Was this page helpful?