PaymentDetails#Create
Create a Payment Detail
NB: For a list of what fields are required per currency, see Required Fields For Currencies.
Example Request
Endpoint Information
Create a Payment Detail
POST
https://{{base_url}}/users/:user_id/payment_details
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | UUID | ID of the User which the Payment Detail belongs to. |
Request Body
Name | Type | Description |
---|---|---|
account_name* | String | A name to identify the bank account, e.g. 'Chris's Revolut'. |
account_number | String | |
currency* | String | The currency that the bank account accepts. E.g. 'usd', 'eur'. |
address_line1* | String | The first line of the address of the person or organisation that controls the bank account. |
address_line2 | String | The second line of the address of the person or organisation that controls the bank account. |
city* | String | The city where the person or organisation that controls the bank account is located. |
state | String | The state/district where the person or organisation that controls the bank account is located. Required if country is |
postal_code* | String | The postal/zip code where the person or organisation that controls the bank account is located. |
country* | String | The country where the person or organisation that controls the bank account is located. Given in ISO 3166-1 alpha-2 format. |
beneficiary_type* | String |
|
routing_number | String | |
bank_name* | String | The name of the bank associated with the account. e.g. 'Revolut' |
sort_code | String | |
iban | String | |
swift_bic | String | |
document_number | String | |
account_type | String | |
rib_number | String | |
bsb_number | String | |
rails | String | |
ncc | String | |
branch_code | String | |
bank_code | String | |
date_of_birth* | String | The date of birth of the recipient. Required for |
company_number* | String | The unique identification number assigned to the recipient business by the government or a regulatory authority. Required for |
ifsc | String |
Blacklisted countries
Currency | Blacklisted Countries |
---|---|
eur | [AF AG AI AL AO AS AW BA BB BD BF BI BJ BL BN BO BS BW BY BZ CC CD CF CG CI CK CM CU CV CX DJ DM DO EC EH ER ET FJ FM GA GD GH GI GM GN GQ GS GU GW GY HN HT IO IQ IR JM JO KG KH KI KM KN KP KY LA LB LR LS LY MG MH MI MK ML MM MN MP MR MS MU MV MW MZ NA NC NE NF NG NI NR NU PA PF PG PH PK PM PN PR PS PW RE RS RU RW SC SD SH SJ SL SN SO SS ST SY TC TD TF TG TJ TK TL TM TN TO TT TV TZ UG UM UZ VA VC VE VG VI VN VU WF WS XK YE YT ZA ZM ZW] |
usd | [AF AL AO AI BB BY BA BF BI KY CF CG CI CU EC ER ET FJ GI GU GN GW GY HT IR IQ JM JO XK LA LB LR LY MK ML MZ MM NI KP PK PW PA PG PH RU WS SN RS SC SO ZA SS SD SY TZ TT TM UG AE UZ VU VE VG VI YE ZW] |
Last updated