Skip to main content

Make a Cash Out Webhook Simulation

Cash Out Webhook Simulation Endpoint

Create a webhook simulation to cash out operation.

Badge https://sandbox.tickpay.com/api/v1/simulations/cashout/{id}

warning

This functionality is only available for the SANDBOX environment.

Request

To access this endpoint, you need to provide a valid access token in the Authorization header.

Use the following cURL command to create a cash out operation:

  curl -X 'GET' \
'https://sandbox.tickpay.com/api/v1/simulations/cashout/id' \
-H 'accept: application/json'

Response

The response will contain a data object, along with additional information:

{
"data": null,
"messageError": null,
"success": true
}

Response Properties

ParameterDescriptionDefault Value
messageErrorError message.null
successIndicates whether the request was successful.false
datanull