...
Request
HTTP Verb : GET
URL : http://{WS_URL}/{returnType}/{domainCode}/admin/order/{orderID}/multi
Parameters | Location | Type | Required | Default | Accepted | Description |
---|---|---|---|---|---|---|
token | Header | String(26) | v | |||
orderID | Path | Long | v | |||
mSP_description | Query | String | *see note tip | The description of the transaction | ||
mSP_notification_url | Query | String | *see note tip | The return URL that the consumer will be sent after payment | ||
mSP_cancel_url | Query | String | *see note tip | The return URL to the consumer cancels the payment. | ||
mSP_redirect_url | Query | String | *see note tip | The return URL if an error occurs during the order process. |
...
Request
HTTP Verb : POST
URL : http://{WS_URL}/{returnType}/{domainCode}/admin/order/savePaymentMulti
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v | ||
orderID | Path | Long | v |
Response
Success
...