SenseCrypt Docs
API ReferenceAdmin Billing

List Payment Methods

GET/v1/admin/billing/payment-methods

The account's saved cards, each flagged default / Indian-mandate-active. Returned in full (a customer has few cards), wrapped in the standard envelope.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/admin/billing/payment-methods"
{  "items": [    {      "id": "string",      "brand": "string",      "last4": "string",      "exp_month": 0,      "exp_year": 0,      "is_default": false,      "is_india": false,      "mandate_active": false    }  ],  "total": 0,  "limit": 0,  "offset": 0}