Skip to content

Simulate Return Reversal

Simulate return reversal
post/v1/simulate/return_reversal

Reverses a return, i.e. a credit transaction with a SETTLED status. Returns can be financial credit authorizations, or credit authorizations that have cleared.

Body Parameters
tokenstring

The transaction token returned from the /v1/simulate/authorize response.

formatuuid
Returns
debugging_request_idstring
optional

Debugging request ID to share with Lithic Support team.

formatuuid
Request example Request
curl https://api.lithic.com/v1/simulate/return_reversal \
    -H 'Content-Type: application/json' \
    -H "Authorization: $LITHIC_API_KEY" \
    -d '{
      "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac"
    }'
200 Example
{
  "debugging_request_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}