Sign in

Increment authorisation

documented

Increase the authorised amount on a pre-authorised order.

POST /orders/{order_id}/increment-authorisationOrdersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://sandbox-merchant.revolut.com/api/1.0/orders/{{$order_id}}/increment-authorisation\" \
  -X POST \
  -H \"Authorization: Bearer {{REVOLUT_SECRET}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -H \"Revolut-Api-Version: {{$api_version}}\" \
  -d '{\"amount\": {{$amount}}, \"reference\": \"{{$reference}}\", \"description\": \"{{$description}}\"}'