POST /v1/ramp/recipients//onramp-accounts — Create a virtual bank account for a recipient
POST https://api.rebelfi.io/v1/ramp/recipients/{id}/onramp-accounts| Field | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Recipient ID |
| Field | Type | Required | Description |
|---|---|---|---|
destination_wallet_id | integer | Yes | ID of the wallet to receive funds |
destination_asset | string | No | Asset to deliver (default: "USDC") |
rail | string | No | Payment rail (default: "ach" — options: ach, fedwire, swift) |
| Field | Type | Description |
|---|---|---|
id | number | On-ramp account identifier |
account_number | string | Virtual bank account number |
routing_number | string | Bank routing number |
bank_name | string | Name of the issuing bank |
capabilities | string[] | Supported payment rails |
status | string | Account status (active) |
destination_asset | string | Asset to be delivered |
network_id | string | Blockchain network identifier |
destination_wallet | object | Destination wallet details |
destination_wallet.id | number | Wallet ID |
destination_wallet.name | string | Wallet name |
destination_wallet.address | string | Wallet address |
destination_wallet.network | string | Wallet network |