| POST | /seed/authorizations/{authorization_id} | Seed authorization test data |
| POST | /seed/disputes/{dispute_id} | Seed dispute test data |
| POST | /seed/orders/{order_id} | Seed order test data |
| POST | /seed/webhook-events/{event_id} | Seed webhook event test data |
| GET | /v1/billing/plans | List plans |
| POST | /v1/billing/plans | Create plan |
| GET | /v1/billing/plans/{id} | Show plan details |
| PATCH | /v1/billing/plans/{id} | Update plan |
| POST | /v1/billing/plans/{id}/activate | Activate plan |
| POST | /v1/billing/plans/{id}/deactivate | Deactivate plan |
| POST | /v1/billing/plans/{id}/update-pricing-schemes | Update pricing |
| POST | /v1/billing/subscriptions | Create subscription |
| GET | /v1/billing/subscriptions/{id} | Show subscription details |
| PATCH | /v1/billing/subscriptions/{id} | Update subscription |
| POST | /v1/billing/subscriptions/{id}/activate | Activate subscription |
| POST | /v1/billing/subscriptions/{id}/cancel | Cancel subscription |
| POST | /v1/billing/subscriptions/{id}/capture | Capture authorized payment on subscription |
| POST | /v1/billing/subscriptions/{id}/revise | Revise plan or quantity of subscription |
| POST | /v1/billing/subscriptions/{id}/suspend | Suspend subscription |
| GET | /v1/billing/subscriptions/{id}/transactions | List transactions for subscription |
| GET | /v1/catalogs/products | List products |
| POST | /v1/catalogs/products | Create product |
| GET | /v1/catalogs/products/{product_id} | Show product details |
| PATCH | /v1/catalogs/products/{product_id} | Update product |
| GET | /v1/customer/disputes | List disputes |
| GET | /v1/customer/disputes/{id} | Show dispute details |
| PATCH | /v1/customer/disputes/{id} | Partially update dispute |
| POST | /v1/customer/disputes/{id}/accept-claim | Accept claim |
| POST | /v1/customer/disputes/{id}/accept-offer | Accept offer to resolve dispute |
| POST | /v1/customer/disputes/{id}/acknowledge-return-item | Acknowledge returned item |
| POST | /v1/customer/disputes/{id}/adjudicate | Settle dispute |
| POST | /v1/customer/disputes/{id}/appeal | Appeal dispute |
| POST | /v1/customer/disputes/{id}/deny-offer | Deny offer to resolve dispute |
| POST | /v1/customer/disputes/{id}/escalate | Escalate dispute to claim |
| POST | /v1/customer/disputes/{id}/make-offer | Make offer to resolve dispute |
| POST | /v1/customer/disputes/{id}/provide-evidence | Provide evidence |
| POST | /v1/customer/disputes/{id}/provide-supporting-info | Provide supporting information for dispute |
| POST | /v1/customer/disputes/{id}/require-evidence | Update dispute status |
| POST | /v1/customer/disputes/{id}/send-message | Send message about dispute to other party |
| POST | /v1/notifications/simulate-event | Simulate webhook event |
| POST | /v1/notifications/verify-webhook-signature | Verify webhook signature |
| GET | /v1/notifications/webhooks | List webhooks |
| POST | /v1/notifications/webhooks | Create webhook |
| GET | /v1/notifications/webhooks-event-types | List available events |
| GET | /v1/notifications/webhooks-events | List event notifications |
| GET | /v1/notifications/webhooks-events/{event_id} | Show event notification details |
| POST | /v1/notifications/webhooks-events/{event_id}/resend | Resend event notification |
| GET | /v1/notifications/webhooks-lookup | List webhook lookups |
| POST | /v1/notifications/webhooks-lookup | Create webhook lookup |
| DELETE | /v1/notifications/webhooks-lookup/{webhook_lookup_id} | Delete webhook lookup |
| GET | /v1/notifications/webhooks-lookup/{webhook_lookup_id} | Show webhook lookup details |
| DELETE | /v1/notifications/webhooks/{webhook_id} | Delete webhook |
| GET | /v1/notifications/webhooks/{webhook_id} | Show webhook details |
| PATCH | /v1/notifications/webhooks/{webhook_id} | Update webhook |
| GET | /v1/notifications/webhooks/{webhook_id}/event-types | List event subscriptions for webhook |
| GET | /v1/payment-experience/web-profiles | List web experience profiles |
| POST | /v1/payment-experience/web-profiles | Create web experience profile |
| DELETE | /v1/payment-experience/web-profiles/{id} | Delete web experience profile |
| GET | /v1/payment-experience/web-profiles/{id} | Show web experience profile details by ID |
| PATCH | /v1/payment-experience/web-profiles/{id} | Partially update web experience profile |