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 | string. Last 3 digits of the account number. |
pays[].id | int. This payment method ID. |