LinkPay: Create

This API is used to create a LinkPay order and receive a Payment Link.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Notes

This API supports idempotency, if the merchant does not receive the response for this API, it can re-call this API with the same merchantOrderID, merchantOrderTime, and transAmount object.

Path Params
string
required

Store ID.

Body Params
int32

The vaild time of LinkPay order. The Payment Link will expire after 5~43200 minutes (maximum 30 days). Omit: 60 minutes.

string

The URL used for redirection after the payment is completed. For example, https://www.merchant.com. EVONET will add the merchantOrderID and result of the payment after the URL. Currently the page will only get redirected after the order has been paid, so the result is fixed as success. For example, https://www.merchant.com?merchantOrderID=123123123123&result=success

string

The webhook URL provided by merchant host to receive the payment result notification after the order has been paid.

merchantOrderInfo
object
required

The merchant order information.

transAmount
object
required

The transaction amount.

tradeInfo
object

The trading information.

payerInfo
object

The payer information.

deliveryAddress
object

The delivery address.

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json