Fetch a list of all the payment tokens you verified.
GET {{base_url}}/codes
GET
{{base_url}}/codes
Authorization
String
Bearer {{your_secret_key}}
{ "status": true, "message": "Data Retrieved Successfully", "data": [ { "token": "8b5etWL4", "amount": "230000", "currency": "NGN", "customer": { "name": "Gucci Buyer", "customer_tag": "CUS_ZVqNWCjsnXt4" }, "createdAt": "2023-05-12T16:58:20.000000Z", "updatedAt": "2023-11-09T05:49:49.000000Z" } ] }
Last updated 9 months ago