AladiaDocs
Api referencePaymentBank accounts

Create a bank account

Create a bank account

POST
/v2/payment/bank-accounts

Create a bank account

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/payment/bank-accounts" \  -H "Content-Type: application/json" \  -d '{    "token": "string"  }'
{}