MultiSafepay is a collecting Payment Service Provider enabling webshops to easily accept online payments. To be redirect to MSP, you need to submit a form to MSP services with order ID and DomainCode.
...
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 after payment | ||
mSP_country | Query | String | ||||
mSP_locale | Query | String |
Tip |
---|
*If the parameter is empty, the WebService take the default value discuss in advance with the customer |
...
HTTP Verb : POST
URL : http://{WS_URL}/{returnType}/{domainCode}/admin/transactionid/savePaymentMulti
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v | ||
transactionid | Path | Long | v |
...