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
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/v1/pixThis endpoint requests a refund for a qrcode with the provided data.
Path parameters
qrcodeIDstringRequired
QRCode ID
Body
amountnumberRequired
descriptionstringRequired
reasonintegerRequired
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/v1/pix/{qrcodeID}/refundNo content
This endpoint requests a cancellation for an active qrcode with the provided data.
Path parameters
qrcodeIDstringRequired
QRCode ID
Responses
204
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