| |
|---|
GET ECHO | Repeats the specified repeat |
GET ECHO | Indexes the specified reverse. |
GET Merchant/{MerchantId} | Gets the Merchant associated with the given Id |
Get Merchant | Gets the Merchant associated with the given ApplicationId |
Get Merchant | Gets the List of merchants associated with the given tag |
Get Merchant | Gets the List of Merchants associated with the given Merchant Reference Id |
POST Merchant/{MerchantId}/Funding | Post Funding Ticket |
POST Merchant/close | Request to have a merchant account be closed. |
POST Merchant/{MerchantId}/Attachment | Begins the merchant file import. |
POST Merchant | Post for Merchant Resource |
PUT Merchant/{MerchantID}/Funding | Update funding Ticket for a merchant |
Put Merchant/{MerchantId} | PUT for merchant resource with id parameter |
PUT Merchant | PUT for merchant resource with id parameter |
Repeats the specified repeat.
| Parameter | Data Type | Notes |
|---|
repeat | string | The repeat, Optional |
Indexes the specified reverse.
| Parameter | Data Type | Notes |
|---|
reverse | string | The reverse, Optional |
Gets the Merchant associated with the given Id. Returns Merchant associated with Id.
| Parameter | Data Type | Notes |
|---|
MerchantId | long | The merchant id, Optional |
Gets the Merchant associated with the given ApplicationId. Returns Merchant associated with ApplicationID.
| Parameter | Data Type | Notes |
|---|
applicationId | long | The application id, Optional |
Gets the List of Merchants associated with the given Tag. Returns List of Merchants.
| Parameter | Data Type | Notes |
|---|
tagName | string | The tag name, Optional |
Gets the List of Merchants associated with the given Merchant Reference Id. Returns List of Merchants.
| Parameter | Data Type | Notes |
|---|
referenceId | string | The reference id, Optional |
Post Funding Ticket.
| Parameter | Data Type | Notes |
|---|
Merchant Id | long | Merchant Id, Optional |
model | FundingTicket | Optional. |
Post Funding Ticket.
| Parameter | Data Type | Notes |
|---|
merchantCloseAccount | MerchantCloseAccount | The merchant whose account needs to be close, Optional |
Begins the merchant file import.
| Parameter | Data Type | Notes |
|---|
MerchantId | long | MerchantId, Optional |
attachment | MerchantAttachment | Optional. |
Post for Merchant resource.
| Parameter | Data Type | Notes |
|---|
model | Merchant | Optional |
Update Funding Ticket for a merchant.
| Parameter | Merchant | Notes |
|---|
MerchantId | long | Merchant Id, Optional |
model | FundingTicket | Optional |
PUT for merchant resource with id parameter.
| Parameter | Merchant | Notes |
|---|
MerchantId | int | Merchant Id, Optional |
model | MerchantPUT | Optional |
PUT for merchant resource with id parameter.
| Parameter | Merchant | Notes |
|---|
id | | Merchant Id Optional. |
model | MerchantPUT | Optional. |