Update Payment Method
Updates a saved payment method, changing its friendly alias and/or the set of NVM API keys allowed to use it. Requires a Nevermined API key.
Authorizations
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
Path Parameters
Identifier of the payment method to update
"pm_1Abc2Def3Ghi4Jkl"
Body
Optional friendly name for the card
"My Production Card"
Array of NVM API Key skId values allowed to use this card. Null or empty = any key can use it.
Move the card to an org (a valid orgId) or to personal (null). Omit to leave unchanged.
Response
The updated payment method
"pm_1Abc2Def3Ghi4Jkl"
"card"
"4242"
"visa"
12
2027
"My Card"
stripe, braintree, erc4337, visa, vgs "stripe"
Active, Revoked "Active"
NVM API Key IDs allowed to use this card. Null = any key can use it.
Organization this card belongs to (null = personal).