cURL
curl --request POST \ --url https://api.fyatu.com/api/v2/cards/{cardId}/unload \ --header 'Authorization: Bearer <token>' \ --header 'Business-ID: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 25 }'
{ "status": "success", "statusCode": 200, "errors": false, "message": "<string>", "data": { "cardId": "<string>", "amount": 123, "fees": 123 } }
Withdraw funds from a card back to your business wallet.
Your unique business identifier. Find this in your Business Settings.
Your API key as a Bearer token. Example: Bearer sk_live_xxxxxxxxxxxxx
Bearer sk_live_xxxxxxxxxxxxx
Amount to withdraw in USD (minimum $1)
x >= 1
Unload initiated
"success"
200
false
Show child attributes