When creating a withdrawal from the payment acceptance widget, a webhook will be sent to the URL specified to confirm the withdrawal when creating the widget.
The body of the webhook will indicate the user who requested the withdrawal, the requested amount, the requested coins and recalculation to the coin selected for withdrawal. You can confirm or reject the output sent by the corresponding value in the request
Additional confirmation of the withdrawal
post
Header parameters
x-api-public-keystringoptional
Public API-key
x-api-signaturestringoptional
Signing the request body with a private API-key
Content-typestringoptional
Request content type
Example: application/json
Body
idstringrequired
Auto-withdrawal ID
Example: 6f44141f-598c-492e-a9ff-03a7c0153f08
approvebooleanrequired
The flag of approval (true) or rejection (false) of the withdrawal request