curl --location 'https://dev-gateway.mydartdigital.com/collections/pay-bank-transfer/check-payment-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reference":"REF-Dart-642892832"
}'{
"status": true,
"message": "Payment status retrieved successfully",
"data": {
"transactionId": "cmp0wpcz100080k9krl2i8zzm",
"status": "SUCCESS",
"accountNumber": "0922086244",
"amount": "1000",
"reference": "REF-Dart-642892832",
"datePaid": "2026-05-11T12:08:51.353Z"
}
}