Get payment methods

Retrieves all of the payment methods associated with the specified account ID.

Request
Security:
tilia_auth (read_payment_methods)
path Parameters
account_id
required
string <UUID4>

The account ID to retrieve payment methods for.

Responses
200

Payment method information was retrieved successfully.

400

Invalid input

401

Unauthorized access.

500

Service unavailable or server error.

get/{account_id}/payment_methods
Request samples
curl -i -X GET \
  https://payments.tilia-inc.com/:account_id/payment_methods \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "status": "Success",
  • "message": [ ],
  • "codes": [ ],
  • "payload": [
    ]
}