Skip to main content

Overview

QuickPay ID is a user payment token generated by Oceanpayment. It is used to identify the payment information (such as credit cards or wallet accounts) bound in a successful transaction and serves as Oceanpayment’s unified entry point for quick payments.

Process Flow

Initiate QuickPay ID Creation

How to create a QuickPay ID:

  1. On a user’s first payment, your system calls the Oceanpayment API to generate a QuickPay ID.
  2. Once created, a unique QuickPay ID is returned.
  3. Save this ID and reuse it for future payments.
  4. Users won’t need to re-enter sensitive information such as card details for subsequent transactions.

Check out integration examples for different payment methods.

Manage User QuickPay ID

In addition to creation, merchants are responsible for managing users’ payment details:

  • Update Card: If a user updates their card, a new QuickPay ID must be created to replace the existing one.
  • Remove Card: If a user deletes a card, the corresponding QuickPay ID must also be deleted.