Void API

This will be used to void an authorized transaction.

Status Understanding:

Scroll inside to view more
Payment Gateway Response
Juspay Transaction Status
Pending
VOID_INITIATED
Success
VOIDED
Failure
VOID_FAILED
Timeout/no response from gateway
AUTHORIZED
API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/v2/txns/{txn_uuid}/void
Production Link
POST
https://api.juspay.in/v2/txns/{txn_uuid}/void
Authorization Header
Headers
Path Params
200 : Success
400 : Invalid Input data
401 : Authentication Failed
Last updated 1 month ago