Documentation Index
Fetch the complete documentation index at: https://docs.orafi.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
Manage fiat settlement accounts
Fiat settlements allow you to add and manage bank accounts for receiving payouts.| Method | Endpoint | Description |
|---|---|---|
GET | /settlement/fiat | List all fiat accounts |
POST | /settlement/fiat | Add a new bank account |
PATCH | /settlement/fiat/{id} | Update a bank account |
DELETE | /settlement/fiat/{id} | Delete a bank account |
