Create external transfers with beneficiaries data
OAuth scope: payment.write
Accessible only using Strong Customer Authentication.
Example of SCA usage: Postman visual flow
Solo basic plans
- Creates a single instant external transfer with beneficiary data.
- Solo basic plans are not allowed to do bulk transfers. If a bulk transfer is attempted, it will fail and an error will be returned.
Rest of plans
Creates up to 400 instant external transfers with beneficiaries data.
This endpoint requires user interaction for approval of the external transfers. If you want to fully automate external transfers, check our POST /v2/external_transfers endpoint.
POST
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Body
application/json
Response
200
application/json
Returns the external transfers created.
The response is of type object
.