curl --location --request GET 'https://paywithbank3d.com/api/payment/verify/reference \' --header 'Content-Type: application/json' \ --header 'Authorization: Basic <client_id:client_secret>' \
{ "hmac": "feffc947c4a88cc1d91d5d3e7c3392838f0e50502bd3a7f8313d7854a9632714", "mode": "dev", "status": "SUCCESSFUL", "code": "00", "description": "Approved by Financial Institution", "amount": 4000000, "merchantRef": "WQ-506391000507913", "transactionRef": "0000000000000044177", "paymentRef": "330137174040", "currencyCode": "NGN", "data": { "pan": "501501******5015", "expiry": "01/30", "expiryDate": "2030-01-31T23:59:00.000" }, "option": "card", "nextAction": "APPROVE", "transactionDate": "2022-11-14T22:33:37.833Z", "paymentDate": "2022-11-14T22:34:24.913Z" }
This endpoint is used to verify a payment transaction with a reference ID.
Show object content