Skip to content
Coritan Docs

Organization API: Billing & Payouts: Billing

The 8 Organization API operations for billing.

View as Markdown

Part of Billing & Payouts.

Method Path Summary
GET /api/v1/orgs/{org_slug}/billing/paynow Get paynow status
PUT /api/v1/orgs/{org_slug}/billing/paynow Save org-owned PayNow store credentials (owngateway / hybrid)
GET /api/v1/orgs/{org_slug}/billing/paynow/affiliates List paynow affiliates
POST /api/v1/orgs/{org_slug}/billing/paynow/affiliates Create paynow affiliate
GET /api/v1/orgs/{org_slug}/billing/paynow/giftcards List paynow giftcards
POST /api/v1/orgs/{org_slug}/billing/paynow/giftcards Create paynow giftcard
GET /api/v1/orgs/{org_slug}/billing/paynow/subscriptions List paynow subscriptions
POST /api/v1/orgs/{org_slug}/billing/paynow/subscriptions/{subscription_id}/cancel Cancel paynow subscription

GET /api/v1/orgs/{org_slug}/billing/paynow

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

Save org-owned PayNow store credentials (owngateway / hybrid)

Section titled Save org-owned PayNow store credentials (owngateway / hybrid)

PUT /api/v1/orgs/{org_slug}/billing/paynow

Save org-owned PayNow store credentials (own_gateway / hybrid).

Name In Type Required
org_slug path string yes

application/json (required)

Type: Body.

Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

GET /api/v1/orgs/{org_slug}/billing/paynow/affiliates

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

POST /api/v1/orgs/{org_slug}/billing/paynow/affiliates

Name In Type Required
org_slug path string yes

application/json (required)

Type: Body.

Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

GET /api/v1/orgs/{org_slug}/billing/paynow/giftcards

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

POST /api/v1/orgs/{org_slug}/billing/paynow/giftcards

Name In Type Required
org_slug path string yes

application/json (required)

Type: Body.

Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

GET /api/v1/orgs/{org_slug}/billing/paynow/subscriptions

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

POST /api/v1/orgs/{org_slug}/billing/paynow/subscriptions/{subscription_id}/cancel

Name In Type Required
subscription_id path string yes
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.