curl --location 'https://dev-gateway.mydartdigital.com/collections/card/payment-advice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 500,
"currency": "NGN", // supported currency NGN, USD
"merchantRef": "Ref-Dart-63727382", // your uiqune
"callBackUrl": "https://account.mydartdigital.com/",
"narration":""
}'{
"responseStatus": "00",
"message": "Card Advice initiated successfully",
"data": {
"transactionId": "cmp9rr49c000002lb6i9go0in",
"adviceReference": "3b5e216e-2a5d-4f60-89e3-595061efd3b2",
"amount": 600,
"currency": "NGN",
"status": "PENDING",
"merchantRef": "Ref-Dart-637272345382",
"narration": "",
"channels": "CARD"
}
}