Skip to main content

Make a Cash In Webhook Simulation

Cash In Webhook Simulation Endpoint

Create a webhook simulation cash in operation.

Badge https://sandbox.tickpay.com/api/v1/simulations/cashin/{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 in operation:

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

Query parameters

ParameterDescriptionRequired
idId of transaction to procced.true

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