Reverse Authorization
curl --request POST \
  --url https://api.revolv3.com/api/PaymentMethod/reverse-auth \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "paymentMethodAuthorizationId": 76,
  "reason": "Merchant requested reversal of auth",
  "amount": 45
}'
{
  "paymentProcessor": 4,
  "referenceNumber": "5287H65D567",
  "message": "Approved"
}

Body

paymentMethodAuthorizationId
integer
reason
string | null
amount
number | null

Response

OK

paymentProcessor
enum<integer>
Available options:
1,
3,
4,
5,
6,
7,
8,
9,
10
referenceNumber
string | null
message
string | null