Updating a personal payment source
The steps below explain how to update an existing personal payment source.
Note: You can update payment source details such as the card label, address, supported travel type, and managed traveler access settings. The card number and CVV information cannot be modified once it has been created. If you need to modify a card number or CVV you’ll have to create a new payment source and delete the old one.
Step | Name | Endpoint | Details |
---|---|---|---|
List personal payment sources for a user (Optional) | /v2/payment/users/{userId}/payment-sources | Retrieve all the personal payment sources for a user. This endpoint can be used to identify which payment source you need to update in the next step. URL path requires: userId of the user.Response will contain: paymentSourceIds of all the personal payment sources mapped to the user along with their details. Select the paymentSourceId which you need to update in the next step.Other APIs will use: paymentSourceId | |
Update a personal payment source | /v2/payment/users/{userId}/payment-sources/{paymentSourceId} | Update the details of a personal payment source. URL path requires: userId of the user and the paymentSourceId from step 1.Request body requires: The payment source details such as address, label, travel type, and managed traveler access settings that need to be updated. Note: The card number and CVV information cannot be modified using this endpoint since we don’t store this data in our system. If you need to modify either of these, you must create a new personal payment source. |