1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Pay Me Back
  5. POST /persons/:id/pay

POST /persons/:id/pay

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.

How can we help?