Authorise Charge

Submit the required authorisation data (OTP, PIN, or Address) to move the transaction forward.

Examples

{
    "type": "otp",
    "value": "123456"
}
{
    "type": "pin",
    "value": "1234"
}
{
    "type": "address_verification",
    "value": {
        "street1": "4224 Clinton Street, Apt 3B",
        "zip": "10001",
        "state": "NY",
        "city": "Metropolis",
        "country": "US"
    }
}
Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!