Create card custom booking
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"cardId": "C001664282657",
"transactionTypeCode": "CARD_TOPUP",
"valueDateRule": "APPROVAL_DATE",
"valueDate": "2025-07-08",
"money": {
"amount": 10000,
"currencyCode": "EUR"
},
"applyFee": true,
"details": "Adding funds to card account"
}curl -L 'https://card-api.sandbox.tuumplatform.com/api/v1/accounts/C001664282649/custom-bookings' \
-H 'accept: */*' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoidGVzdCBrYXN1dGFqYSIsImVtcGxveWVlSWQiOiJJRC0xMTAwIiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTA5LTE1VDEzOjM5OjM0IiwiZXhwIjoxNzU3OTQzNTc0LCJyb2xlcyI6WyJBRE1JTiIsIlNZU1RFTSJdfQ.IS0hOMRszgkf1o_4ovpUkdhgiGNQV5Dd_9B_DTPXa3g' \
-H 'Content-Type: application/json' \
-d '{
"cardId": "C001664282657",
"transactionTypeCode": "CARD_TOPUP",
"valueDateRule": "APPROVAL_DATE",
"valueDate": "2025-07-08",
"money": {
"amount": 10000,
"currencyCode": "EUR"
},
"applyFee": true,
"details": "Adding funds to card account"
}'Sample response
Result
Last updated
Was this helpful?