v1
latestOpenAPI 3.0.12026-07-2679100267.2 KBCharge
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.
Example response
{
"code": "00",
"description": "Success",
"data": {
"accountNumber": "5678576432",
"accountName": "Femi Fash",
"bankName": "Nombank Mfb"
}
}