Meio de Pagamento: Boleto
This endpoint creates a new charge with the provided data.
Body
amountnumber · min: 5Required
customer_codestringOptional
descriptionstringRequired
due_datestringRequired
finenumber · min: 0.1 · max: 100Required
grace_periodinteger · max: 30Required
interestnumber · min: 0.1 · max: 100Required
notification_urlstringOptional
Responses
201
Created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/v1/chargesThis endpoint requests a cancellation for an active charge with the provided data.
Path parameters
chargeIDstringRequired
Charge ID
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/v1/charges/{chargeID}No content
Last updated