Simple Order API | Visa Platform Connect

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.
  1. 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.
  2. 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.
  3. To add a new address, call:
    POST /tms/v2/customers/{customerTokenId}/shipping-addresses
    .
  4. 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}
    .
  5. Pass the ID of the instrument identifier created in Create a New Payment Instrument with the Payments API and the card expiration date.