Management API
Base Resource URL:
https://manager.pepgate.com/api/v01/customers/[customer-id]
Description:
Provides access to configuration settings for the specified customer.
Available sub-resources:
Resource URL | Description |
---|---|
https://manager.pepgate.com/api/v01/customers/[customer-id]/payment-options | Provides access to payment options associated with the specified customer. |
https://manager.pepgate.com/api/v01/customers/[customer-id]/subscriptions | Allows to manage the subscriptions associated with the specified customer. |
https://manager.pepgate.com/api/v01/customers/[customer-id]/transactions | Provides access to the transactions associated with the specified customer. |
Supported Actions:
load
Response Codes: view
modify
Parameters:
Response Codes: view
Method: GET | Implicit: Yes | Returns: Customer * |
Consumes: query | Produces: json, xml | |
Returns configuration settings for the selected customer.
|
modify
Method: POST | Implicit: Yes | Returns: Customer * |
Consumes: json, xml, query | Produces: json, xml | |
Updates the selected customer with the specified values.
|
Parameters:
# | Name | Type | Required | Default | Description |
---|---|---|---|---|---|
01 | object | Customer * | Yes |
Represents information about the customer. |