Create a payment schedule
Requires the PAYMENT_SCHEDULE.CREATE 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_id
Resource ID of type CUSTOMER
reference
payment_method_id
Resource ID of type PAYMENT_METHOD
billing_entity_id
Resource ID of type BILLING_ENTITY
type
Allowed values:
customer
description
statement_descriptor
payment_method
dunning
payment_method_fallback
installments
recurring
one_off
Response
OK
customer_id
Resource ID of type CUSTOMER
reference
payment_method_id
Resource ID of type PAYMENT_METHOD
billing_entity_id
Resource ID of type BILLING_ENTITY
type
Allowed values:
object_type
id
created_at
updated_at
status
Allowed values:
customer
description
statement_descriptor
payment_method
dunning
payment_method_fallback
installments
recurring
one_off
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error