Skip to main content
POST
Verify bank account (micro-deposits)

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Path Parameters

paymentMethodId
string
required
Example:

"pm_1AbCdEfGhIjKlMnO"

Body

application/json
amount_1
integer
required

First micro-deposit amount in cents

Example:

32

amount_2
integer
required

Second micro-deposit amount in cents

Example:

45

Response

200

Bank account verified