Fund Card
This operation is protected by rate limiting and requires the correct PIN. Useful for topping up cards before expected usage (e.g., ad spend, SaaS payments).
--header 'Accept: application/json'
--header 'Authorization: Bearer {{ access_token }}'Name
Type
Description
{
"status": true,
"message": "Congratulations! Your card funding is successfully.",
"data": [
{
"card_id": {{ }},
"amount": 4782,
"charges": 20,
"total": 4802,
"type": {{ type }},
"reference": {{ reference }},
"status": {{ status }},
}
}
Last updated