4.1 Onboarding Process
The merchant onboarding process follows the sequence below:
- Merchants are onboarded in the Credit Plus application first
- After onboarding on the Credit Plus platform, merchants are then onboarded on the CyberSource/MPGS platform
- Once the merchant is onboarded on both Credit Plus and MPGS/CyberSource platforms, the operations user will onboard the merchant in the WL PG (White Label Payment Gateway)
4.2 WL PG Terminal Configuration
The Payment Gateway will be able to process SDK transactions once the following fields are enabled at the terminal module:
- Enable SDK Payment Instruments at the Terminal configuration module
- Enable Credit and Debit payment instruments
4.3 SDK Transaction Flow - Card Type Transactions
The following illustrates the card-based transaction flow in the mobile SDK environment:
Transaction Flow Steps:
- Customer Initiates Purchase
- Customer visits the merchant mobile application
- Customer adds items to cart and clicks the buy/checkout option
- Merchant Invokes SDK
- Merchant mobile application invokes the WLPG SDK to initiate the transaction with WLPG
- Note: Details on invoking SDK methods will be covered in the integration implementation document
- SDK Initiates Payment
- WLPG SDK invokes the initiatePayment API call to WLPG for initiating the transaction
- Payment Processing
- WLPG processes the transaction with authentication and authorization
- WLPG sends the transaction status back to the WLPG SDK
- Transaction Status Response
- WLPG SDK sends the final transaction status to the merchant application
- Merchant application displays the transaction result to the customer