Change the Default Payment Method
Use the
TMS
API in your e-wallet app to change the
customer's default payment method.- To get all payment methods, call:GET /tms/v2/customers/.{customerTokenId}/payment-instruments
ADDITIONAL INFORMATION
The first result is the default payment instrument. The remaining payment methods are the non-default payment methods. - To make a non-default payment method the default, call:PATCH /tms/v2/customers/and set the value of the request field{customerTokenId}/payment-instruments/{paymentInstrumentTokenId}defaulttotrue.