curl --location 'https://dev-gateway.asteriatechnology.io/collections/card/check-payment-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reference": "Ref-Asteria-83727387102"
}'{
"responseStatus": "00",
"message": "Payment status retrieved successfully",
"data": {
"transactionId": "cmrkl6l400000u59kl2xtolw0",
"status": "SUCCESS",
"cardNumber": "418745******7623",
"amount": "500",
"reference": "Ref-Dart-83727387102",
"datePaid": "2026-07-30T00:10:37.323Z"
}
}