lock
GET
api/OnlinePayment/v1/Merchants
Retrieve available online payment merchants
EXPANDexpand_more
Request Information
Roles
- FormBuilder
URI Parameters
None.
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
The OnlinePaymentMerchantsSeq and Descriptions of OnlinePaymentMerchants
Collection of OnlinePaymentMerchantEditorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OnlinePaymentMerchantsSeq | integer |
None. |
|
| Description | string |
None. |
Response Formats
[
{
"OnlinePaymentMerchantsSeq": 1,
"Description": "sample string 2"
},
{
"OnlinePaymentMerchantsSeq": 1,
"Description": "sample string 2"
}
]
<ArrayOfOnlinePaymentMerchantEditorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.OnlineEditor">
<OnlinePaymentMerchantEditorModel>
<Description>sample string 2</Description>
<OnlinePaymentMerchantsSeq>1</OnlinePaymentMerchantsSeq>
</OnlinePaymentMerchantEditorModel>
<OnlinePaymentMerchantEditorModel>
<Description>sample string 2</Description>
<OnlinePaymentMerchantsSeq>1</OnlinePaymentMerchantsSeq>
</OnlinePaymentMerchantEditorModel>
</ArrayOfOnlinePaymentMerchantEditorModel>