GET orders/GetMobilePaymentLinks?orderId={orderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MobilePaymentLinkResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| SnapscanLink | string |
None. |
|
| ZapperLink | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"snapscanLink": "sample string 1",
"zapperLink": "sample string 2"
}
application/xml, text/xml
Sample:
<MobilePaymentLinkResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myREST.Models.MobilePaymentModels"> <SnapscanLink>sample string 1</SnapscanLink> <ZapperLink>sample string 2</ZapperLink> </MobilePaymentLinkResponse>