Skip to main content
POST
Create Recipient
Endpoint: POST https://api.rebelfi.io/v1/ramp/recipients
Create a new recipient for ramping operations. This initiates KYB (Know Your Business) verification and returns a URL for the recipient to complete the process.

Request Body

FieldTypeRequiredDescription
namestringYesRecipient name
typestringNoRecipient type (default: "business")
external_idstringNoYour external reference ID
addressobjectNoRecipient address (required before creating off-ramp accounts)
address.street1stringYes*Street address line 1 (*required if address is provided)
address.street2stringNoStreet address line 2
address.citystringYes*City (*required if address is provided)
address.regionstringNoState or region
address.postal_codestringNoPostal code
address.countrystringNoCountry code (default: "US")

Example Request

Example Response

Response Fields

FieldTypeDescription
idnumberRecipient identifier
namestringRecipient name
typestringRecipient type
external_idstring?Your external reference ID
kyb_statusstringKYB verification status (pending)
kyb_urlstringURL for the recipient to complete KYB verification
created_atstringCreation timestamp (ISO 8601)
The 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.