Cipay API
Version 0.1.0
Base URL
https://api.cipay.netCustomers
- GETList Customers
/v2/customers - POSTCreate Customer
/v2/customers - POSTDeactivate Customer
/v2/customers/{id}/deactivate - GETGet Customer Detail
/v2/customers/{id} - PATCHUpdate Customer
/v2/customers/{id} - GETList Customer Orders
/v2/customers/{id}/orders - POSTReactivate Customer
/v2/customers/{id}/reactivate - GETList Customer Subscriptions
/v2/customers/{id}/subscriptions
Discounts
Prices
Products
Public Checkout
- GETGet a published public checkout form
/v2/public/checkout-forms/{id} - POSTCreate a public checkout
/v2/public/checkouts - POSTGet non-enumerating public checkout status
/v2/public/checkouts/status - POSTCheck a public discount code without resource enumeration
/v2/public/discounts/check - POSTPreview a public server-calculated quote
/v2/public/quotes/preview
Public Storefront
- GETGet a published public storefront
/v2/public/storefronts/{locator} - GETGet a published public storefront product
/v2/public/storefronts/{locator}/products/{id} - GETList published public storefront products
/v2/public/storefronts/{locator}/products - GETResolve current storefront ownership
/v2/public/storefronts/{locator}/resolve
Orders
- GETGet Order Detail
/v2/orders/{id} - GETDownload Order Invoice
/v2/orders/{id}/invoice.pdf - GETList Orders
/v2/orders
Subscriptions
- GETGet Subscription Detail
/v2/subscriptions/{id} - GETList Subscriptions
/v2/subscriptions - POSTRemove Scheduled Subscription Cancellation
/v2/subscriptions/{id}/remove-scheduled-cancellation - POSTSchedule Subscription Cancellation
/v2/subscriptions/{id}/schedule-cancellation
Webhooks
- GETList Webhook Endpoints
/v2/webhook-endpoints - POSTCreate a Webhook Endpoint
/v2/webhook-endpoints - GETGet a Webhook Endpoint
/v2/webhook-endpoints/{id} - DELETEDelete a Webhook Endpoint
/v2/webhook-endpoints/{id} - PATCHUpdate a Webhook Endpoint
/v2/webhook-endpoints/{id} - GETGet a Webhook Delivery
/v2/webhook-endpoints/{id}/deliveries/{deliveryId} - GETList Webhook Deliveries
/v2/webhook-endpoints/{id}/deliveries - POSTReplay a Webhook Delivery
/v2/webhook-endpoints/{id}/deliveries/{deliveryId}/replay - POSTDisable a Webhook Endpoint
/v2/webhook-endpoints/{id}/disable - POSTEnable a Webhook Endpoint
/v2/webhook-endpoints/{id}/enable - POSTRotate a Webhook Signing Secret
/v2/webhook-endpoints/{id}/rotate-secret - GETList Cipay Webhook Events
/v2/webhook-events/catalog