Update Payment Method
API Reference
Update Payment Method
Update a payment method entity β in the gu1 entity model for card, account, and wallet records, with examples for update use cases.
PATCH
Update Payment Method
Overview
Updates an existing payment method entity. This endpoint allows partial updates - you only need to provide the fields you want to change.Endpoint
Authentication
Requires a valid API key in the Authorization header:Path Parameters
UUID of the payment method entity to update
Request Body
Container for payment method data to update
Array of relationships to add or update
Additional metadata to update
Example Requests
Update Card Expiration Date
Add Fingerprint to Payment Method
Update Holder Name
Add Metadata
Response
Whether the operation was successful
UUID of the updated payment method entity
Always
"payment_method"The complete updated payment method data
Array of relationships
Complete metadata after update
ISO 8601 timestamp of this update
Response Example
Use Cases
Update Expired Card
Mark as Default Payment Method
Add Verification Status
Error Responses
404 Not Found
400 Bad Request
401 Unauthorized
Important Notes
- The
updatedAttimestamp is automatically set to the current time - Risk scores may be recalculated after updates
- Related transactions are not affected by payment method updates