Initialize resources for a payment schedule
Requires the PAYMENT_SCHEDULE.CREATE, PAYMENT_METHOD.CREATE, PAYMENT_METHOD.UPDATE, CUSTOMER.CREATE or CUSTOMER.UPDATE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
customer
Details of the customer to create or update before creating the payment schedule.
payment_method
Details of the payment method to create or update for the customer.
payment_schedule
Details of the payment schedule to create.
Response
OK
customer
Details of the customer to create or update before creating the payment schedule.
payment_method
Details of the payment method to create or update for the customer.
payment_schedule
Details of the payment schedule to create.
payment_requests
Payment requests that were generated for the payment schedule.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error