Payment APIs
We're defining the Ready API that initiates the payment and the sequence that follows.
Start a payment flow
POST
/payment/ready
This API returns the payment URL for the Excoinz ExPay Payment Page.
Headers
Name | Value |
---|---|
Content-Type |
|
EXCOINZ_SECRET |
|
Body
Name | Type | Description |
---|---|---|
| string | The Merchant client ID. |
| string | The name of the product to display on the checkout. |
| string | The URL of the product image to display on the checkout. |
| string | Merchant billing ID to prevent duplicate requests. Payment will not process payments for duplicate IDs. |
| string | Merchant user identifier for statistics. |
| string | Please enter the amount you want to charge |
| string | Supports three types of values: "en", "cn", "ko" |
Response
Error Code
Status | Error Code | Message | Solution |
---|---|---|---|
400 | -101 | Invalid Client ID | Double-check the client key value. |
Last updated