Skip to main content
POST
/
simulations
/
card_authorizations
/
{authorization_id}
/
reverse
Simulate Card Authorization Reversal
curl --request POST \
  --url https://api.meow.com/v1/simulations/card_authorizations/{authorization_id}/reverse \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "reverse_amount": 10000000
}
'
{
  "authorization_id": "<string>",
  "amount": 123,
  "approved": true
}

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

authorization_id
string
required

Body

application/json
reverse_amount
Required range: 0 < x <= 20000000

Response

Successful Response

authorization_id
string
required
amount
integer
required
approved
boolean
required
status
enum<string>
required
Available options:
pending,
closed,
expired,
reversed