Skip to content

Bet Cancel/Rollback Callback

Provider notifies VCT platform to cancel or rollback a previous bet.

Note

This API is called by the game provider to cancel or rollback previous bet operations.

Endpoint

PropertyValue
PathPOST /api/v1/callback/cancel
CallerGame Provider → VCT Platform

Request Parameters (from Provider)

ParameterTypeRequiredDescription
providerstringYesProvider identifier
usernamestringYesPlayer username
amountdecimalYesRefund amount (positive)
transaction_idstringYesUnique transaction ID
original_transaction_idstringYesOriginal bet transaction ID
round_idstringNoGame round ID
reasonstringNoCancellation reason
signstringYesSignature
timestamplongYesTimestamp

Response Fields

FieldTypeDescription
balancedecimalBalance after refund
transaction_idstringTransaction ID
statusstringProcessing status

Provider Source Mapping

ProviderCallback PathRequest Format
BGCancel callback not supported
GSCCancel callback not supported (handled via deposit reversal)
SAPlaceBetCancelEncrypted body
WMtimeoutBetReturnform-data, timeout bet rollback

VCT Gaming Integration Platform