Customer billing portals can be configured here. You can customize various options that appear on your billing portals.
Retrieve a billing portal with a specified slug.
Billing portal was retrieved successfully.
Unauthorized access, invalid credentials were used.
Access forbidden.
Resource was not found.
curl -i -X GET \ 'https://api-sandbox.rebilly.com/storefront/billing-portals/{slug}' \ -H 'REB-APIKEY: YOUR_API_KEY_HERE'
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "slug": "string",
- "websiteId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "features": {
- "authenticateWithPassword": true,
- "orderCancel": true,
- "orderAddressEdit": true,
- "paymentInstrumentAdd": true,
- "paymentInstrumentUpdate": true,
- "paymentInstrumentDeactivate": true
}, - "customization": {
- "logoId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "colors": {
- "primary": "0044d4",
- "secondary": "ffffff"
}, - "links": {
- "refundPolicy": "string",
- "privacyPolicy": "string",
- "termsOfService": "string"
}
}, - "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "token": "string",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}