Add balance to a virtual card from your business wallet. POST /cards//fund. 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 add to the card (in card’s currency) |
amount| Code | Description |
|---|---|
RESOURCE_NOT_FOUND | Card not found or belongs to another business |
CARD_NOT_ACTIVE | Card must be ACTIVE to fund |
INSUFFICIENT_BALANCE | Business wallet balance too low |
PROVIDER_ERROR | Card provider rejected the funding |
JWT access token obtained from /auth/token