Skip to main content

Preparation before integration testing

  • RD needs to provide:
    • clientId & clientSecret (for Merchant identity authentication)
    • RD public key certificate
    • Test environment IP
    • APP for RD test environment
    • SDK
  • Customers need to provide:
    • Test environment IP (IP used to call the API, network environment IP for running the test APP)
    • Callback address
    • Merchant public key certificate

Quick Access Guide (SDK)

Business process diagram

Create a Sub-wallet Deposit whitelist process Deposit process Request Payment process Sub-wallet Aggregation Process  Payout process

Java SDK Integration Guide

Importing Dependencies
Configuring environment variables Please set RD_MODE to UAT|PRO in the environment variable Configure the location of the business party private key and RD public key file Refer to the following sample code. The business party needs to pgpPathstore the following content in the specified directory:
  1. The private key currently used by the business party:/clientFingerprint/private.key
  2. The RD public key currently used by the business party:/serverFingerprint/public.key
Integration Example