API Documentation
Addresses
- Addresses
- Management
Users
- Users overview
- Registration
- Management
- Credentials
- Password
Roles
- Roles overview
- Role Management
- User Role Management
Personas
- Personas overview
- Personal Identity
- User-Persona
Customers
- Customers overview
- Management
- Team Management
- Settings
Countries
- Countries overview
- Management
- Lookup
Currencies
- Currencies overview
- Management
- Exchange Rates
FX
- FX overview
- Exchange Rates
Ledger
- Ledgers overview
- Management
- Operations
- Reports
Tariffs
- Tariffs overview
- Management
- Fee Ranges
- Calculations
Tasks
- Tasks overview
- Management
- Actions
- Assignees
Transactions
Uploads
- Uploads overview
- Files
- Customer Documents
Invoices
- Invoices overview
- Management
- Processing
- Payers
- Customer
Accounts
- Accounts overview
- Management
- Customer
- Balance
Chat
- Chat overview
- Conversations
- Messages
Utilities
- Utilities overview
- Record Management
Profile
- Profile overview
- Management
- Avatar
- Security
KYB
- KYB overview
- Flow
- Answers
RBAC
- RBAC overview
- Permissions
- Management
- System
Recipients
Create recipient
Create a new payment recipient
POST
/
v1
/
customers
/
{customer_id}
/
recipients
Copy
{
"recipient": {
"iban": "<string>",
"legal_name": "<string>",
"country": "<string>",
"city": "<string>",
"legal_address": "<string>",
"bic": "<string>",
"bank": "<string>",
"type": "business",
"intermediate_bic": "<string>",
"intermediate_bank": "<string>",
"intermediate_route": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"reference": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
201
application/json
Recipient created successfully
The response is of type object
.
Copy
{
"recipient": {
"iban": "<string>",
"legal_name": "<string>",
"country": "<string>",
"city": "<string>",
"legal_address": "<string>",
"bic": "<string>",
"bank": "<string>",
"type": "business",
"intermediate_bic": "<string>",
"intermediate_bank": "<string>",
"intermediate_route": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"reference": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
Assistant
Responses are generated using AI and may contain mistakes.