Meio de Pagamento: Pix
This endpoint creates a new qrcode with the provided data.
Body
amountnumberRequired
customer_codestringOptional
descriptionstringRequired
expirationinteger · min: 60Required
notification_urlstringOptional
Responses
201
Created
application/json
stringOptional
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post/v1/pix
This endpoint requests a refund for a qrcode with the provided data.
Path parameters
qrcodeIDstringRequired
QRCode ID
Body
amountnumberRequired
descriptionstringRequired
reasonintegerRequired
Responses
204
No Content
No content
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete/v1/pix/{qrcodeID}/refund
No content
This endpoint requests a cancellation for an active qrcode with the provided data.
Path parameters
qrcodeIDstringRequired
QRCode ID
Responses
204
No Content
No content
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete/v1/pix/{qrcodeID}
No content
Last updated