Skip to main content
POST
Create recipient

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required

Body

application/json
iban
string
required
country
string
required
Required string length: 2
city
string
required
bic
string
required
Pattern: ^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$
bank
string
required
type
enum<string>
required
Available options:
business,
personal
intermediate_bic
string
Pattern: ^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$
intermediate_bank
string
intermediate_route
string
email
string<email>
phone
string
reference
string

Response

Recipient created successfully

recipient
object