Remove balance from a virtual card back to your business wallet. POST /cards//unload. Requires cards:write scope.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
cardId | string | The card ID |
| Field | Type | Required | Description |
|---|---|---|---|
amount | number | Yes | Amount to remove from card (in card’s currency). Must not exceed current card balance. |
amount| Code | Description |
|---|---|
RESOURCE_NOT_FOUND | Card not found or belongs to another business |
CARD_NOT_ACTIVE | Card must be ACTIVE to unload |
INSUFFICIENT_CARD_BALANCE | Unload amount exceeds current card balance |
PROVIDER_ERROR | Card provider rejected the unload operation |
JWT access token obtained from /auth/token