curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/billing/payment-methods' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"payment_methods": [
{}
]
}
List payment methods handlers
Required scope: read
GET
/
api
/
v1
/
billing
/
payment-methods
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/billing/payment-methods' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"payment_methods": [
{}
]
}
Required scope:
read
Response
object
object[]
required
Status codes
| Code | Meaning |
|---|---|
200 | The customer’s payment methods, passed through from Stripe |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | No Stripe customer for this org |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/billing/payment-methods' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"payment_methods": [
{}
]
}
Last modified on August 31, 2026