POST /v1/ramp/recipients — Create a new recipient and initiate KYB verification
POST https://api.rebelfi.io/v1/ramp/recipients| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Recipient name |
type | string | No | Recipient type (default: "business") |
external_id | string | No | Your external reference ID |
address | object | No | Recipient address (required before creating off-ramp accounts) |
address.street1 | string | Yes* | Street address line 1 (*required if address is provided) |
address.street2 | string | No | Street address line 2 |
address.city | string | Yes* | City (*required if address is provided) |
address.region | string | No | State or region |
address.postal_code | string | No | Postal code |
address.country | string | No | Country code (default: "US") |
| Field | Type | Description |
|---|---|---|
id | number | Recipient identifier |
name | string | Recipient name |
type | string | Recipient type |
external_id | string? | Your external reference ID |
kyb_status | string | KYB verification status (pending) |
kyb_url | string | URL for the recipient to complete KYB verification |
created_at | string | Creation timestamp (ISO 8601) |
kyb_url is the link you send to the recipient for KYB verification. The recipient must complete verification before they can be used for off-ramp operations.