Add a New Payment Method Address
Use the
TMS
API in your e-wallet app to list the
customer's addresses or add a new address for a payment method.- To list the customer's existing billing addresses, call:GET /tms/v2/customers/.{customerTokenId}/payment-instruments
ADDITIONAL INFORMATION
The call returns all of the payment methods for a customer, including their billing address details. - To list the customer's existing shipping addresses, call:GET /tms/v2/customers/.{customerTokenId}/payment-instruments
ADDITIONAL INFORMATION
This call returns all the shipping address details for a customer. - To add a new address, call:POST /tms/v2/customers/.{customerTokenId}/shipping-addresses
- To add an address to the payment method created in Create a New Payment Instrument with the Payments API, call:PATCH /tms/v2/customers/.{customerTokenId}/payment-instruments/{paymentInstrumentTokenId}
- Pass the ID of the instrument identifier created in Create a New Payment Instrument with the Payments API and the card expiration date.