Use this API to complete a tokenized charge.

👍

Good to know

To complete a tokenize charge/order, pass your secret key as the api-key header. The card Token can be obtained from saving a card using the Save Card api.

Sample payload

{
    "customer": {
        "firstname": "ideos",
        "lastname": "pay",
        "mobile": "+23481582333444",
        "country": "NG",
        "email": "[email protected]"
    },
    "order": {
        "amount": 2,
        "reference": "{{reference}}",
        "description": "Pay",
        "currency": "NGN"
    },
    "payment": {
        "RedirectUrl": "https://www.hi.com"
    },
    "authorization": {
        "cardToken": "TKNMDU4MzU4NzUwNTk0Mjg5NzQwMzgwNDA0NzQ1ODkz2173"
    }
}