Creates a payment request, which will be processed asynchronously. In the body of the request is the drawee document_number which is used to reference the retailer that will be charged. Also its informed the due_date, which is used to limit the max date of the last usable receivable. This request will be sent to the receivables registry system, and once the necessary value is reserved from the available receivables, the payment is set to PROCESSED. If the retailer does not have the necessary amount available among its receivables, the payment will be changed to REFUSED. After all receivables, affected by the payment request, are setlled, then the payment is changed to SETTLED. All status changes will trigger a webhook notification.
204There's no content for that Collection.
401Necessary Authentication token or you pass a invalid Token.
403Necessary permission scope.
404Resource not found.
406Not acceptable for the Server.
500Internal server error.
503Service Unavailable.

