Skip to main content
POST
Simulate Card Authorization Reversal

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

Amount to reverse, in dollars. Defaults to the full authorized amount.

Required range: 0 < x <= 20000000

Response

Successful Response

authorization_id
string
required

The authorization identifier. Pass this to capture, increment, or reverse the authorization.

status
enum<string>
required

The authorization status.

Available options:
pending,
closed,
expired,
reversed
amount
string
required

The authorization amount, in dollars.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
approved
boolean
required

Whether the authorization was approved.

created_at
string<date-time>
required

When the authorization was created.