Add a USD bank account
POST {{baseUrl}}/transferInstruments
Creates a transfer instrument. A transfer instrument is a bank account that a legal entity owns. Adyen performs verification checks on the transfer instrument as required by payment industry regulations. We inform you of the verification results through webhooks or API responses. When the transfer instrument passes the verification checks, you can start sending funds from the balance platform to the transfer instrument (such as payouts).
Request Body
{"legalEntityId"=>"LE00000000000000000000001", "type"=>"bankAccount", "bankAccount"=>{"accountIdentification"=>{"type"=>"usLocal", "accountNumber"=>"0000000123", "routingNumber"=>"121202211"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-requested-verification-code | null | Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment. |
RESPONSES
status: OK
{"bankAccount":{"accountIdentification":{"type":"usLocal","accountNumber":"0000000123","accountType":"checking","routingNumber":"121202211"},"countryCode":"US","trustedSource":false},"legalEntityId":"LE00000000000000000000001","type":"bankAccount","capabilities":{"sendToTransferInstrument":{"allowed":false,"requested":true,"verificationStatus":"pending"}},"id":"SE322JV223222F5GJVKHH8DTC"}