Create a New Payment Instrument with the Payments API
Use the payments API in your e-wallet app to store the customer's payment method
information in a payment instrument.
- Use the payment instrument you created in the call from the Add a Default Payment Instrument with Validated Payment step to create a new payment method.
- Call:POST /pts/v2/paymentsand pass the instrument identifier token, card type, and expiration date in the request.
ADDITIONAL INFORMATION
If this is the first payment method, it becomes the customer's default. - Store the card expiration date and last 4 digits with the customer profile information in your database.