The fiat account object
A fiat settlement account is a saved bank account linked to your business profile. Once added, it can be used as a payout destination for fiat withdrawals.Unique identifier for the fiat settlement account.
Name of the bank (e.g. “Access Bank”).
Bank code used for transfers (e.g. “044”).
Name on the bank account.
Bank account number.
Whether this is the primary settlement account for the profile. Only one account can be primary.
Business profile that owns this settlement account.
Fiat settlements are coming soon. The endpoints below are planned and not yet available.
Planned endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /settlement/fiat/bank-list | List supported banks |
POST | /settlement/fiat/add | Add a bank account |
GET | /settlement/fiat | List saved bank accounts |
PATCH | /settlement/fiat/{id} | Update a bank account |
DELETE | /settlement/fiat/{id} | Remove a bank account |
