Sign in

Get transfer reasons

documented

Retrieve transfer reasons for certain currencies/countries.

GET /transfer-reasonsPayoutsno 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://api.revolut.com/v1/transfer-reasons?country={{country}}&currency={{currency}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"