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

Response

OK

The response is of type object.