Skip to main content
GET
List saved payment methods

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Query Parameters

accessible
enum<string>

When "true", return only payment methods accessible to the requesting API key (filters by allowedApiKeyIds and Active status).

Available options:
true,
false
provider
enum<string>

When set, return only payment methods backed by this provider. Omit to return methods from every provider (default).

Available options:
stripe,
braintree,
erc4337,
visa,
vgs

Response

List of saved payment methods

id
string
required
Example:

"pm_1Abc2Def3Ghi4Jkl"

type
string
required
Example:

"card"

last4
string
required
Example:

"4242"

brand
string
required
Example:

"visa"

expMonth
integer | null
required
Example:

12

expYear
integer | null
required
Example:

2027

alias
string | null
required
Example:

"My Card"

provider
enum<string>
required
Available options:
stripe,
braintree,
erc4337,
visa,
vgs
Example:

"stripe"

status
enum<string>
required
Available options:
Active,
Revoked
Example:

"Active"

allowedApiKeyIds
string[] | null

NVM API Key IDs allowed to use this card. Null = any key can use it.

Example:
orgId
string | null

Organization this card belongs to (null = personal).