Overview
Last updated
Last updated
Exchange Payment is a card payment solution that enable the capability of Chinese customers to make payment in CNY for goods which is sold in . It makes oversea purchase possible for China domestic customers who only have cards issued by .
Typically, by using Exchange Payment your customer only need to provide below four key payment elements and do a SMS verification step:
Card number. The used card number for debit card. If a credit card is used, expiration date and CVV/CVC code are additionally required.
ID card number. The ID card number of customer.
Phone number. The phone number which is saved in the card issuer of customer.
Real name. Customer's full name.
Only 2 APIs are required to implement this feature:
to create transaction and send SMS verification code.
to verify the SMS verification code and proceed the transaction.
Below is a typical UML sequence diagram for the interactions of Exchange Payment.
Whenever your customer has finished the verification step, LianLian will proceed with the payment request and communicate with our gateways to obtain the payment result. Once it is confirmed as a successful transaction, LianLian sends out the immediately to your server. You can then verify the HTTP request and then proceed with your delivery logic.
A SMS verification code is only available for 10 min. To re-send it, you can simply re-do the request to , after that a new code would be sent out.