This API is only required in the FR integration process. After create an order and before payment, you need to call this API to obtain the link of the FR order confirmation page and display it to users. Users should confirm the order through this page, and finally customer pay to Atlas.
Request
Header Params
Accept
string
required
Default:
application/json
Content-Type
string
required
Default:
application/json
Accept-Encoding
string
required
Default:
gzip
x-atlas-client-id
string
required
Default:
<YOUR_CLIENT_ID>
x-atlas-client-secret
string
required
Default:
<YOUR_CLIENT_SECRET>
Body Params application/json
orderNo
string
required
Order number
redirectUri
string|null
optional
The redirect localtion to which when users confirm an order on the FR's confirmation page. If you choose to display the confirmation page in Popup mode, please specify this.
iframe
string|null
optional
If you want to display the FR's order confirmation page in iframe mode, please specify iframe=true, and in this case, the redirectUri will be ignored.
It serves as an additional description of the response result. Especially when the interface reports an error (status !=0), it is usually a human-readable error message. Note: Do not use this field in any programming scenarios. For example, do not judge whether the interface responds successfully based on this field. Instead, you should only determine it by checking whether the status is equal to0at any time.