Get payment methods

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

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

The account ID to retrieve payment methods for.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
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
Response samples
application/json
{
  • "status": "Success",
  • "message": [ ],
  • "codes": [ ],
  • "payload": [
    ]
}