Organization API: Customer Portal: Payment config
The 1 Organization API operations for payment config.
Part of Customer Portal.
Operations
Section titled Operations| Method | Path | Summary |
|---|---|---|
| GET | /api/v1/orgs/{org_slug}/portal/payment-config |
Get portal payment config |
Get portal payment config
Section titled Get portal payment configGET /api/v1/orgs/{org_slug}/portal/payment-config
Return the gateway accounts that can tokenize a payment method for the given pay currency, each merged with the adapter's non-secret client config (Stripe publishable key / PayPal client id) needed to render embedded UIs.
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
currency |
query | string | no |
country |
query | string | no |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |