API Documentation

GET /persons/:id/pay

Used to view all payment methods you have created for a user. Currently we allow only 1 of such payment methods.

Headers

KEY VALUE
Content-Type application/json
Authorization Bearer {token}

Request

Empty request body.

Response

KEY VALUE
pays array of JSON objects
pays[].verified boolean
pays[].created_at string in format YYYY-MM-DD
pays[].account_no Last 3 digits of the account number.
pays[].id This payment method ID.