Register user, funding source, and initiate micro-deposit.
Headers
Key | Value |
---|---|
Content-Type | application/json |
Authorization | Bearer {token} |
Request
Key | Required | Comment |
---|---|---|
account_no
|
Yes | int |
routing_no
|
Yes | int |
account_type
|
Yes | str. This must be either “checking” or “savings” |
Response
Key | Value |
---|---|
id | int. The payment method ID. |
Status Code
Code | Comment |
---|---|
201
|
Request OK. |
403
|
Forbidden. |
401
|
Unauthorized (person wasn’t created before). |
400
|
Wrong payload. |