Skip to main content
POST
Archive Recipient
Endpoint: POST https://api.rebelfi.io/v1/ramp/recipients/{id}/archive
Archive a recipient. Archived recipients can no longer be used for new ramping operations.

Path Parameters

FieldTypeRequiredDescription
idintegerYesRecipient identifier

Example Request

Example Response

Response Fields

FieldTypeDescription
idnumberRecipient identifier
namestringRecipient name
typestringRecipient type
external_idstring?Your external reference ID
kyb_statusstringKYB verification status
addressobject?Recipient address
bank_accountsarrayList of linked bank accounts
onramp_account_countnumberNumber of on-ramp accounts
offramp_account_countnumberNumber of off-ramp accounts
total_volume_usdstringTotal volume in USD
transaction_countnumberTotal number of transactions
created_atstringCreation timestamp (ISO 8601)
archived_atstringArchive timestamp (ISO 8601)
Archiving is a soft delete. The recipient and its data are preserved but the recipient cannot be used for new operations.