Charge

Fetch checkout Flash account number for transfer payment

Use this endpoint to Get a flash account number which the customer can use to make a transfer payment.

get/v1/checkout/get-checkout-kta/{orderReference}

Path parameters

orderReferencestring required

Order reference

Response

OK - your request was successful.

codestring required

Response Code

descriptionstring required

Response description

Example response

{
  "code": "00",
  "description": "Success",
  "data": {
    "accountNumber": "5678576432",
    "accountName": "Femi Fash",
    "bankName": "Nombank Mfb"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.