Payment requests
Create a payment request
This endpoint is used to create a payment request to collect payments of overdue invoices of a given customer
POST
/
payment_requests
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
payment_request
object
requiredResponse
200 - application/json
payment_request
object
requiredWas this page helpful?