Simple Order API | Visa Platform Connect

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.
  1. 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.
  2. Call:
    POST /pts/v2/payments
    and 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.
  3. Store the card expiration date and last 4 digits with the customer profile information in your database.