Authorizations
API Key Authentication.
Body
- New contract for a new customer.
- New contract for an existing customer.
Provide a new customer and a new payment account to create a new contract for the new customer and payment account.
New Customer details.
New Payment Account details.
New Contract details.
Existing customer ID. If provided, a new customer will not be created.
Note: You cannot provide both a customerId
and a new customer
object at the same time.
Existing payment account ID. If provided, a new payment account will not be created.
Note: You cannot provide both a paymentAccountId
and a new paymentAccount
object at the same time.
Response
The request was successfully processed, and the contract has been created. As well as new customer and/or a new payment account if they were part of the request.
Schema defining the contract details.
Schema representing a customer.
Schema representing a payment account.