fundingSource is the internal account that Authorization
Decisioning pulls from when an authorization arrives. Every card is bound to
one funding source.
At issue time
SupplyfundingSource when you create the card with POST /cards:
- Belong to the customer.
- Be denominated in a card-eligible currency.
currency is derived from the funding source at issue time. If the
account does not qualify, Grid rejects the request with
400 FUNDING_SOURCE_INELIGIBLE.
Replace the funding source
Supply a differentfundingSource with PATCH /cards/{id} to replace the
account that funds the card:
Card resource. Changing
fundingSource does not fire a webhook.
You cannot supply fundingSource alongside status: CLOSED. To stop a card
from spending, set status: FROZEN instead.
Errors
Stop a card from spending
Freeze the card without changing its funding source:PATCH /cards/{id} and
status: "CLOSED".