💻
Docs
  • Introduction
  • VIRTUAL CARD
    • Page Integration
      • Quick Page Integration
      • Login-free Page Integration
      • About The Sign
      • Explanation of Return Codes
    • API Integration
      • Things Need To Know
      • About The Sign
      • API For Fetching Usable Card Segments
      • API For Retrieve Enumerations Of The States In The United States
      • API For Creating Virtual Card
      • API For Virtual Card Deposit (recharge)
      • API For Obtaining Card Details
      • API For Updating Virtual Card (update cardholder address)
      • API For Card Refund
      • API For Deleting Card
      • API For Querying Order History
      • Successful card opening callback
      • Fail card opening callback (COPY)
      • Risk Control webhook
      • Error Code
  • Physical card
    • Page Integration
      • Page customization
    • API Integration
      • Create Cardholder
      • Modify Cardholder Information
      • Cardholder Document Upload
      • Cardholder Query
      • Bank Card Application
      • Bank Card Application Result Query
      • Bank Card Activation
      • Bank Card Top-up
      • Bank Card Top-up Order Query
      • Bank Card Query
      • Bank Card Transaction Details Query
      • Bank Card Replacement
      • Bank Card Unloss
      • Bank Card Password Retrieval
      • Bank Card Authorized Transaction Details
      • Partner Account Balance Inquiry
      • Partner Top-up Account Information Inquiry
      • Cardholder Audit Result Notification
      • Bank Card Transaction Notification
  • KYC Sharing API
    • Integration Options
    • Signature Description
    • API
      • Submit basic information
      • Upload photo
      • Submit for approval
      • Query Approval Results
      • Approval Results[Webhook]
Powered by GitBook
On this page
  • About Header
  • Reverse Validation Instructions
  • IP Whitelist
  1. VIRTUAL CARD
  2. API Integration

Things Need To Know

About Header

Request Header

Parameter
Mandatory
Type
Description

ach-access-key

Y

string

key

ach-access-sign

Y

string

signature

ach-access-timestamp

Y

string

UTC millisecond timestamp

email

Y

string

Exp.54158788645@gmail

language

N

string

EN/CH/JA

Reverse Validation Instructions

To ensure security, a reverse validation process is required for each transaction operation. The request-response should return "success" and the response header should include verification of the signature. Please refer to the specific guidelines on signature for details.

For merchant onboarding, it is necessary to provide a list of reverse transaction addresses, including:

  1. Recharge reverse validation address

  2. Refund reverse validation address

  3. Card creation reverse validation address

  4. Card cancellation reverse validation address

Example

Request URL: "///createCheck"

Request Method: GET

Request Parameter:

Parameter
Type
Description

orderNo

string

order number

IP Whitelist

To ensure security, IP identification is required for each operation. The following data needs to be provided:

Accessing merchants need to provide a list of IP addresses:

192.168.1.123 192.168.1.124 192.168.1.125 These IP addresses represent the allowed sources from which the merchants can access and perform operations.

Last updated 1 year ago