Merchant
What can you do with Merchant?
| Repeats the specified repeat |
| Indexes the specified reverse. |
| Gets the Merchant associated with the given Id |
| Gets the Merchant associated with the given ApplicationId |
| Gets the List of merchants associated with the given tag |
| Gets the List of Merchants associated with the given Merchant Reference Id |
| Post Funding Ticket |
| Request to have a merchant account be closed. |
| Begins the merchant file import. |
| Post for Merchant Resource |
| Update funding Ticket for a merchant |
| PUT for merchant resource with id parameter |
| PUT for merchant resource with id parameter |
##Endpoints
###GET Echo Repeats the specified repeat.
Parameter | Data Type | Notes |
---|---|---|
| string | The repeat, Optional |
###GET Echo Indexes the specified reverse.
Parameter | Data Type | Notes |
---|---|---|
| string | The reverse, Optional |
###GET Merchant/{MerchantId}
Gets the Merchant associated with the given Id. Returns Merchant associated with Id.
Parameter | Data Type | Notes |
---|---|---|
| long | The merchant id, Optional |
###GET Merchant Gets the Merchant associated with the given ApplicationId. Returns Merchant associated with ApplicationID.
Parameter | Data Type | Notes |
---|---|---|
| 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 |
---|---|---|
| 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 |
---|---|---|
| string | The reference id, Optional |
###POST Merchant/{MerchantId}/Funding
Post Funding Ticket.
Parameter | Data Type | Notes |
---|---|---|
| long | Merchant Id, Optional |
| FundingTicket | Optional. |
###POST merchant/close Post Funding Ticket.
Parameter | Data Type | Notes |
---|---|---|
| MerchantCloseAccount | The merchant whose account needs to be close, Optional |
###POST Merchant/{MerchantId}/Attachment
Begins the merchant file import.
Parameter | Data Type | Notes |
---|---|---|
| long | MerchantId, Optional |
| MerchantAttachment | Optional. |
###POST Merchant Post for Merchant resource.
Parameter | Data Type | Notes |
---|---|---|
| Merchant | Optional |
###PUT Merchant/{MerchantId}/Funding
Update Funding Ticket for a merchant.
Parameter | Merchant | Notes |
---|---|---|
| long | Merchant Id, Optional |
| FundingTicket | Optional |
###PUT Merchant/{MerchantId}
PUT for merchant resource with id parameter.
Parameter | Merchant | Notes |
---|---|---|
| int | Merchant Id, Optional |
| MerchantPUT | Optional |
###PUT Merchant PUT for merchant resource with id parameter.
Parameter | Merchant | Notes |
---|---|---|
| Merchant Id Optional. | |
| MerchantPUT | Optional. |
Updated 3 months ago