Authorise Charge

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use three_ds, otp, pin, or address_verification according to the current stepRequired. A redirect step is completed through the returned URL. In sandbox, authorization must use the same account that created the transaction, the type must match the required step, and successful or failed transactions cannot be authorized again.

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"
    }
}
Path Params
string
required
Body Params
string
enum
required

Submit the current required authorization step. Redirect steps use the returned URL. Sandbox rejects a mismatched step or a transaction belonging to another account or already successful/failed.

Allowed:
required

String value for three_ds, otp, or pin; billing address object for address_verification.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json