post https://public.billsby.com/api/v1/rest/core//subscriptions
You can sure this API to create a new customer with an associated subscription. There are a number of the body parameters that are required as we require them to create the subscription and customer, such as the payment information and personal details.
For the card details field, you'll need to extract the body parameter values from the response of the card tokenizer.
If the request was successful it will return the newly created Billsby Subscription and Customer IDs.
Returned variables
Variable name | Description |
---|---|
customerUniqueId | The unique identifier of the customer in the Billsby platform |
subscriptionUniqueId | The unique identifier of the subscription in the Billsby platform |