POST /api/auth/add-bank-account
Use this API to add bank accounts.
Parameters
Example Request
curl -X POST '<https://idrx.co/api/auth/add-bank-account>' --header 'idrx-api-key: <API_KEY>' --header 'idrx-api-sig: <signature>' --header 'idrx-api-ts': <timestamp>' --header 'Content-Type': multipart/form-data'{
"bankAccountNumber": "string",
"bankCode": "string",
}Response
Last updated