post
http://{{url}}/v1/customers//payment_sources/
You can use this API request to update the expiration date of a payment source using a vault token.
As a result of this action, a new payment source will be created on the gateway side.
Request params
| field | required | type | description |
|---|---|---|---|
| id | + | string (24 hex characters) | _id received at the creation stage |
| payment_source_id | + | string (24 hex characters) | _id of payment source received at the creation stage |
Request body
| field | required[flow] | type | description |
|---|---|---|---|
| vault_token | + | string (UIID) | Vault token |
