Post To Reversal Queue

This endpoint is used to post a payment reversal request to the reversal processing queue. It supports multiple reversal types such as chargebacks, refunds, voids, and returns, and records reversal details against the associated lending account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request Body

  • The request body must contain reversal and payment-related details required to process the reversal.

Reversal Types

  • chargeback – Customer dispute or chargeback
  • refund – Merchant-initiated refund
  • void – Transaction void
  • return – Payment return

Response Structure

  • The response returns the result of the reversal processing attempt, indicating whether the reversal was successfully queued or if an error occurred during validation or processing.

Example Response

{
    "message": {
        "success": false,
        "message": "Error processing reversal: Lending account or electronic payment request LS-485698 does not exist, please check the site order identifier and try again."
    }
}
Body Params
string
required

Unique identifier for the payment

number

Original payment amount

number

Amount being reversed

string
required

Reversal code from the payment processor (e.g., R01, R02)

string
required

Reason for the reversal (e.g., "Check Return")

string
required

Type of reversal (chargeback, refund, void, return)

string
required

ISO timestamp of when the reversal was performed

string
required

Lending account number

string
required

Payment processor name (e.g., "BlytzPay")

string
required

ISO timestamp of the original payment

string

Order identifier from the payment processor

string

Customer identifier in the system

string

Card type if applicable

string

Last four digits of card if applicable

string

Bank name if applicable

string

Last four digits of bank account if applicable

string

Custom fields as key-value pairs

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!