Skip to main content
POST
Reverse a charge in full

Authorizations

Authorization
string
header
required

Per-terminal HTTP Basic credentials, issued in the Vibepay merchant dashboard under Terminals. The username starts with term_ and the password with vpt_. Every authentication failure — missing header, unknown username, wrong password, suspended terminal — returns the same 401, so the response can never be used to discover valid usernames.

Path Parameters

txID
string
required

The id returned by the original charge, including its tx_ prefix.

Pattern: ^tx_[0-9a-hjkmnp-tv-z]{26}$

Response

Reversed. The response body is empty — refetch the transaction if you need its updated state.