Skip to content

Commit f617a74

Browse files
lucassusmaxio-sdk
andauthored
[FND-138] Release 7.0.1 (#101)
### 📝 Changelog: API Documentation Updates We've made several updates to the API documentation to improve clarity, consistency, and accuracy. This release includes enhancements to the descriptions for various endpoints, corrections to example data, and updates to external links. --- ### 🌐 Webhooks API Improvements * **Simplified descriptions:** We've streamlined the descriptions for several webhook endpoints, including **List Webhooks**, **Enable Webhooks**, **Replay Webhooks**, **Create Endpoint**, **Update Endpoint**, and **List Endpoints**, to make them more concise and easier to understand. * **Updated documentation links:** All internal and external links within the webhook documentation have been updated to point to the correct, current resources. --- ### 💰 Billing and Subscription Updates * **Enhanced Customer API:** The **Read Customer** endpoint now includes a complete example response, providing a clearer picture of the data you'll receive from the API. * **Component Price Point examples:** We've added new examples for **Volume** and **Tiered** price points to the **Create Component Price Point** endpoint, providing clearer guidance for different pricing schemes. The **Stairstep Price Point** example was also corrected to include a valid `ending_quantity`. * **Flexible Subscription Usage:** The `subscription_id` path parameter for the **Create Usage** endpoint has been updated to `subscription_id_or_reference`. This allows you to use either the subscription's ID or its reference string, making the endpoint more flexible. * **Updated documentation links:** The links in the documentation for **GoCardless**, **Stripe SEPA/BECS Direct Debit**, and **Chargify.js** have been corrected to ensure they point to the latest and most relevant documentation. --- ### 🧰 General Enhancements * **Concise descriptions:** We've shortened descriptions for the **Read Customer** and **Read Component** endpoints to be more direct. * **Improved link consistency:** All external links, especially those referencing **Chargify.js** and various examples, have been reviewed and updated to the correct, canonical URLs. --------- Co-authored-by: maxio-sdk <maxio-sdk@maxio.com>
1 parent 0fe37ca commit f617a74

760 files changed

Lines changed: 3989 additions & 3879 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ curl -u <api_key>:x -H Accept:application/json -H Content-Type:application/json
2929
Run the following command from your project directory to install the package from npm:
3030

3131
```bash
32-
npm install @maxio-com/advanced-billing-sdk@7.0.0
32+
npm install @maxio-com/advanced-billing-sdk@7.0.1
3333
```
3434

35-
For additional package details, see the [Npm page for the @maxio-com/advanced-billing-sdk@7.0.0 npm](https://www.npmjs.com/package/@maxio-com/advanced-billing-sdk/v/7.0.0).
35+
For additional package details, see the [Npm page for the @maxio-com/advanced-billing-sdk@7.0.1 npm](https://www.npmjs.com/package/@maxio-com/advanced-billing-sdk/v/7.0.1).
3636

3737
## Initialize the API Client
3838

39-
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/client.md)
39+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/client.md)
4040

4141
The following parameters are configurable for the API Client:
4242

@@ -45,9 +45,9 @@ The following parameters are configurable for the API Client:
4545
| site | `string` | The subdomain for your Advanced Billing site.<br>*Default*: `'subdomain'` |
4646
| environment | `Environment` | The API environment. <br> **Default: `Environment.US`** |
4747
| timeout | `number` | Timeout for API calls.<br>*Default*: `120000` |
48-
| httpClientOptions | [`Partial<HttpClientOptions>`](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/http-client-options.md) | Stable configurable http client options. |
48+
| httpClientOptions | [`Partial<HttpClientOptions>`](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/http-client-options.md) | Stable configurable http client options. |
4949
| unstableHttpClientOptions | `any` | Unstable configurable http client options. |
50-
| basicAuthCredentials | [`BasicAuthCredentials`](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/auth/basic-authentication.md) | The credential object for basicAuth |
50+
| basicAuthCredentials | [`BasicAuthCredentials`](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/auth/basic-authentication.md) | The credential object for basicAuth |
5151

5252
The API client can be initialized as follows:
5353

@@ -80,56 +80,57 @@ The SDK can be configured to use a different environment for making API calls. A
8080

8181
This API uses the following authentication schemes.
8282

83-
* [`BasicAuth (Basic Authentication)`](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/auth/basic-authentication.md)
83+
* [`BasicAuth (Basic Authentication)`](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/auth/basic-authentication.md)
8484

8585
## List of APIs
8686

87-
* [API Exports](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/api-exports.md)
88-
* [Advance Invoice](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/advance-invoice.md)
89-
* [Billing Portal](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/billing-portal.md)
90-
* [Component Price Points](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/component-price-points.md)
91-
* [Custom Fields](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/custom-fields.md)
92-
* [Events-Based Billing Segments](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/events-based-billing-segments.md)
93-
* [Payment Profiles](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/payment-profiles.md)
94-
* [Product Families](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/product-families.md)
95-
* [Product Price Points](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/product-price-points.md)
96-
* [Proforma Invoices](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/proforma-invoices.md)
97-
* [Reason Codes](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/reason-codes.md)
98-
* [Referral Codes](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/referral-codes.md)
99-
* [Sales Commissions](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/sales-commissions.md)
100-
* [Subscription Components](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-components.md)
101-
* [Subscription Groups](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-groups.md)
102-
* [Subscription Group Invoice Account](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-group-invoice-account.md)
103-
* [Subscription Group Status](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-group-status.md)
104-
* [Subscription Invoice Account](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-invoice-account.md)
105-
* [Subscription Notes](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-notes.md)
106-
* [Subscription Products](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-products.md)
107-
* [Subscription Status](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscription-status.md)
108-
* [Coupons](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/coupons.md)
109-
* [Components](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/components.md)
110-
* [Customers](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/customers.md)
111-
* [Events](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/events.md)
112-
* [Insights](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/insights.md)
113-
* [Invoices](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/invoices.md)
114-
* [Offers](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/offers.md)
115-
* [Products](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/products.md)
116-
* [Sites](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/sites.md)
117-
* [Subscriptions](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/subscriptions.md)
118-
* [Webhooks](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/controllers/webhooks.md)
87+
* [API Exports](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/api-exports.md)
88+
* [Advance Invoice](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/advance-invoice.md)
89+
* [Billing Portal](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/billing-portal.md)
90+
* [Component Price Points](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/component-price-points.md)
91+
* [Custom Fields](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/custom-fields.md)
92+
* [Events-Based Billing Segments](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/events-based-billing-segments.md)
93+
* [Payment Profiles](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/payment-profiles.md)
94+
* [Product Families](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/product-families.md)
95+
* [Product Price Points](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/product-price-points.md)
96+
* [Proforma Invoices](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/proforma-invoices.md)
97+
* [Reason Codes](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/reason-codes.md)
98+
* [Referral Codes](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/referral-codes.md)
99+
* [Sales Commissions](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/sales-commissions.md)
100+
* [Subscription Components](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-components.md)
101+
* [Subscription Groups](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-groups.md)
102+
* [Subscription Group Invoice Account](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-group-invoice-account.md)
103+
* [Subscription Group Status](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-group-status.md)
104+
* [Subscription Invoice Account](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-invoice-account.md)
105+
* [Subscription Notes](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-notes.md)
106+
* [Subscription Products](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-products.md)
107+
* [Subscription Status](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscription-status.md)
108+
* [Coupons](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/coupons.md)
109+
* [Components](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/components.md)
110+
* [Customers](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/customers.md)
111+
* [Events](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/events.md)
112+
* [Insights](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/insights.md)
113+
* [Invoices](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/invoices.md)
114+
* [Offers](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/offers.md)
115+
* [Products](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/products.md)
116+
* [Sites](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/sites.md)
117+
* [Subscriptions](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/subscriptions.md)
118+
* [Webhooks](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/controllers/webhooks.md)
119119

120120
## SDK Infrastructure
121121

122122
### Configuration
123123

124-
* [HttpClientOptions](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/http-client-options.md)
125-
* [RetryConfiguration](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/retry-configuration.md)
124+
* [HttpClientOptions](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/http-client-options.md)
125+
* [RetryConfiguration](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/retry-configuration.md)
126+
* [ProxySettings](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/proxy-settings.md)
126127

127128
### HTTP
128129

129-
* [HttpRequest](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/http-request.md)
130+
* [HttpRequest](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/http-request.md)
130131

131132
### Utilities
132133

133-
* [ApiResponse](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/api-response.md)
134-
* [ApiError](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.0/doc/api-error.md)
134+
* [ApiResponse](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/api-response.md)
135+
* [ApiError](https://www.github.com/maxio-com/ab-typescript-sdk/tree/7.0.1/doc/api-error.md)
135136

doc/auth/basic-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Documentation for accessing and setting credentials for BasicAuth.
2323
You must provide credentials in the client as shown in the following code snippet.
2424

2525
```ts
26+
import { Client } from '@maxio-com/advanced-billing-sdk';
27+
2628
const client = new Client({
2729
basicAuthCredentials: {
2830
username: 'BasicAuthUserName',

doc/client.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,3 @@ const client = new Client({
2828
});
2929
```
3030

31-
## Maxio Advanced Billing Client
32-
33-
The gateway for the SDK. This class acts as a factory for the Controllers and also holds the configuration of the SDK.
34-
35-
## Controllers
36-
37-
| Name | Description |
38-
| --- | --- |
39-
| aPIExports | Gets APIExportsController |
40-
| advanceInvoice | Gets AdvanceInvoiceController |
41-
| billingPortal | Gets BillingPortalController |
42-
| coupons | Gets CouponsController |
43-
| components | Gets ComponentsController |
44-
| componentPricePoints | Gets ComponentPricePointsController |
45-
| customers | Gets CustomersController |
46-
| customFields | Gets CustomFieldsController |
47-
| events | Gets EventsController |
48-
| eventsBasedBillingSegments | Gets EventsBasedBillingSegmentsController |
49-
| insights | Gets InsightsController |
50-
| invoices | Gets InvoicesController |
51-
| offers | Gets OffersController |
52-
| paymentProfiles | Gets PaymentProfilesController |
53-
| productFamilies | Gets ProductFamiliesController |
54-
| products | Gets ProductsController |
55-
| productPricePoints | Gets ProductPricePointsController |
56-
| proformaInvoices | Gets ProformaInvoicesController |
57-
| reasonCodes | Gets ReasonCodesController |
58-
| referralCodes | Gets ReferralCodesController |
59-
| salesCommissions | Gets SalesCommissionsController |
60-
| sites | Gets SitesController |
61-
| subscriptions | Gets SubscriptionsController |
62-
| subscriptionComponents | Gets SubscriptionComponentsController |
63-
| subscriptionGroups | Gets SubscriptionGroupsController |
64-
| subscriptionGroupInvoiceAccount | Gets SubscriptionGroupInvoiceAccountController |
65-
| subscriptionGroupStatus | Gets SubscriptionGroupStatusController |
66-
| subscriptionInvoiceAccount | Gets SubscriptionInvoiceAccountController |
67-
| subscriptionNotes | Gets SubscriptionNotesController |
68-
| subscriptionProducts | Gets SubscriptionProductsController |
69-
| subscriptionStatus | Gets SubscriptionStatusController |
70-
| webhooks | Gets WebhooksController |
71-

doc/controllers/component-price-points.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ try {
109109

110110
# Create Component Price Point
111111

112-
This endpoint can be used to create a new price point for an existing component.
112+
Creates a price point for an existing component.
113113

114114
```ts
115115
async createComponentPricePoint(
@@ -149,6 +149,7 @@ const body: CreateComponentPricePointRequest = {
149149
{
150150
startingQuantity: '101',
151151
unitPrice: '4.00',
152+
endingQuantity: '200',
152153
}
153154
],
154155
handle: 'wholesale-handle',
@@ -225,10 +226,11 @@ This method returns an [`ApiResponse`](../../doc/api-response.md) instance. The
225226
## Example Usage
226227

227228
```ts
228-
const collect = {Liquid error: Value cannot be null. (Parameter 'key')
229+
const collect = {
229230
componentId: 222,
230231
page: 2,
231-
perPage: 50
232+
perPage: 50,
233+
filterType: Liquid error: Value cannot be null. (Parameter 'key')
232234
}
233235

234236
try {

doc/controllers/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,9 @@ try {
718718

719719
# Read Component
720720

721-
This request will return information regarding a component from a specific product family.
721+
Returns information regarding a component from a specific product family.
722722

723-
You may read the component by either the component's id or handle. When using the handle, it must be prefixed with `handle:`.
723+
You can read the component by either the component's id or handle. When using the handle, it must be prefixed with `handle:`.
724724

725725
```ts
726726
async readComponent(

doc/controllers/customers.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ try {
312312

313313
# Read Customer
314314

315-
This method allows to retrieve the Customer properties by Advanced Billing-generated Customer ID.
315+
Retrieves the Customer properties by Advanced Billing-generated Customer ID.
316316

317317
```ts
318318
async readCustomer(
@@ -349,6 +349,43 @@ try {
349349
}
350350
```
351351

352+
## Example Response *(as JSON)*
353+
354+
```json
355+
{
356+
"customer": {
357+
"first_name": "Jane",
358+
"last_name": "Doe",
359+
"email": "jane@example.com",
360+
"cc_emails": "joe@example.com",
361+
"organization": "ABC, Inc.",
362+
"reference": "1234567890",
363+
"id": 88833369,
364+
"created_at": "2025-05-08T11:39:18-04:00",
365+
"updated_at": "2025-05-08T11:39:18-04:00",
366+
"address": "123 Main Street",
367+
"address_2": "Unit 10",
368+
"city": "Anytown",
369+
"state": "MA",
370+
"state_name": "Massachusetts",
371+
"zip": "02120",
372+
"country": "US",
373+
"country_name": "United States",
374+
"phone": "555-555-1212",
375+
"verified": false,
376+
"portal_customer_created_at": null,
377+
"portal_invite_last_sent_at": null,
378+
"portal_invite_last_accepted_at": null,
379+
"tax_exempt": false,
380+
"vat_number": null,
381+
"parent_id": null,
382+
"locale": "es-MX",
383+
"salesforce_id": null,
384+
"default_auto_renewal_profile_id": null
385+
}
386+
}
387+
```
388+
352389

353390
# Update Customer
354391

doc/controllers/payment-profiles.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ For more information on GoCardless, please view the following resources:
9696

9797
+ [Full documentation on GoCardless](https://maxio.zendesk.com/hc/en-us/articles/24176159136909-GoCardless)
9898

99-
+ [Using Chargify.js with GoCardless - minimal example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#minimal-example-with-direct-debit-gocardless-gateway)
99+
+ [Using Chargify.js with GoCardless - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQZKCER8CFK40MR6XJ)
100100

101-
+ [Using Chargify.js with GoCardless - full example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#full-example-with-direct-debit-gocardless-gateway)
101+
+ [Using Chargify.js with GoCardless - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QR09JVHWW0MCA7HVJV)
102102

103103
### GoCardless with Local Bank Details
104104

@@ -170,9 +170,9 @@ For more information on Stripe SEPA Direct Debit, please view the following reso
170170

171171
+ [Full documentation on Stripe SEPA Direct Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-SEPA-and-BECS-Direct-Debit)
172172

173-
+ [Using Chargify.js with Stripe Direct Debit - minimal example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#minimal-example-with-sepa-or-becs-direct-debit-stripe-gateway)
173+
+ [Using Chargify.js with Stripe Direct Debit - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQFKKN8Z7B7DZ9AJS5)
174174

175-
+ [Using Chargify.js with Stripe Direct Debit - full example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#full-example-with-sepa-direct-debit-stripe-gateway)
175+
+ [Using Chargify.js with Stripe Direct Debit - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QRECQQ4ECS3ZA55GY7)
176176

177177
### Stripe SEPA Direct Debit Payment Profiles
178178

@@ -1155,7 +1155,7 @@ One Time Tokens aka Advanced Billing Tokens house the credit card or ACH (Author
11551155

11561156
You can use One Time Tokens while creating a subscription or payment profile instead of passing all bank account or credit card data directly to a given API endpoint.
11571157

1158-
To obtain a One Time Token you have to use [Chargify.js](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDI0-overview).
1158+
To obtain a One Time Token you have to use [Chargify.js](https://docs.maxio.com/hc/en-us/articles/38163190843789-Chargify-js-Overview#chargify-js-overview-0-0).
11591159

11601160
```ts
11611161
async readOneTimeToken(

doc/controllers/product-price-points.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ This method returns an [`ApiResponse`](../../doc/api-response.md) instance. The
163163
## Example Usage
164164

165165
```ts
166-
const collect = {Liquid error: Value cannot be null. (Parameter 'key')
166+
const collect = {
167167
productId: 124,
168168
page: 2,
169-
perPage: 10
169+
perPage: 10,
170+
filterType: Liquid error: Value cannot be null. (Parameter 'key')
170171
}
171172

172173
try {

0 commit comments

Comments
 (0)