Merchant
What can you do with Merchant?
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 |
Endpoints
GET Echo
Repeats the specified repeat.
| Parameter | Data Type | Notes |
|---|---|---|
repeat | string | The repeat, Optional |
GET Echo
Indexes the specified reverse.
| Parameter | Data Type | Notes |
|---|---|---|
reverse | string | The reverse, Optional |
GET Merchant/{MerchantId}
Merchant/{MerchantId}Gets the Merchant associated with the given Id. Returns Merchant associated with Id.
| Parameter | Data Type | Notes |
|---|---|---|
MerchantId | long | The merchant id, Optional |
GET Merchant
Gets the Merchant associated with the given ApplicationId. Returns Merchant associated with ApplicationID.
| Parameter | Data Type | Notes |
|---|---|---|
applicationId | long | The application id, Optional |
GET Merchant
Gets the List of Merchants associated with the given Tag. Returns List of Merchants.
| Parameter | Data Type | Notes |
|---|---|---|
tagName | string | The tag name, Optional |
GET Merchant
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 Merchant/{MerchantId}/Funding
Merchant/{MerchantId}/FundingPost Funding Ticket.
| Parameter | Data Type | Notes |
|---|---|---|
Merchant Id | long | Merchant Id, Optional |
model | FundingTicket | Optional. |
POST merchant/close
Post Funding Ticket.
| Parameter | Data Type | Notes |
|---|---|---|
merchantCloseAccount | MerchantCloseAccount | The merchant whose account needs to be close, Optional |
POST Merchant/{MerchantId}/Attachment
Merchant/{MerchantId}/AttachmentBegins the merchant file import.
| Parameter | Data Type | Notes |
|---|---|---|
MerchantId | long | MerchantId, Optional |
attachment | MerchantAttachment | Optional. |
POST Merchant
Post for Merchant resource.
| Parameter | Data Type | Notes |
|---|---|---|
model | Merchant | Optional |
PUT Merchant/{MerchantId}/Funding
Merchant/{MerchantId}/FundingUpdate Funding Ticket for a merchant.
| Parameter | Merchant | Notes |
|---|---|---|
MerchantId | long | Merchant Id, Optional |
model | FundingTicket | Optional |
PUT Merchant/{MerchantId}
Merchant/{MerchantId}PUT for merchant resource with id parameter.
| Parameter | Merchant | Notes |
|---|---|---|
MerchantId | int | Merchant Id, Optional |
model | MerchantPUT | Optional |
PUT Merchant
PUT for merchant resource with id parameter.
| Parameter | Merchant | Notes |
|---|---|---|
id | Merchant Id Optional. | |
model | MerchantPUT | Optional. |
Updated over 1 year ago
