Wise public API

Number of APIs: 51

This collection describes the flows of most common use cases of TransferWise public API. More on integration types and full API reference can be found at https://api-docs.transferwise.com/

  1. Payouts and Account Automation-1. Transfer Flow-1. Check your profile id - 1. Get profile list GET {{host}}/v1/profiles

  2. Payouts and Account Automation-1. Transfer Flow-2. Choose/create recipient-1b. Create new recipient account - 1. Get recipient creation dynamic form GET {{host}}/v1/quotes/{{new-quote-id}}/account-requirements

  3. Payouts and Account Automation-1. Transfer Flow-2. Choose/create recipient-1b. Create new recipient account - 2. Update form if any field require refresh POST {{host}}/v1/quotes/{{new-quote-id}}/account-requirements

  4. Payouts and Account Automation-1. Transfer Flow-2. Choose/create recipient-1b. Create new recipient account - 3. Create account POST {{host}}/v1/accounts

  5. Payouts and Account Automation-1. Transfer Flow-3. Create transfer - 4. Generate GUID for idempotency GET https://www.uuidgenerator.net/api/guid

  6. Payouts and Account Automation-1. Transfer Flow-3. Create transfer - 5. Create transfer POST {{host}}/v1/transfers

  7. Payouts and Account Automation-1. Transfer Flow-4. Fund transfer - 1. Fund transfer POST {{host}}/v3/profiles/<profile-on-behalf-of-which-transfer-was-created>/transfers/{{new-transfer-id}}/payments

  8. Payouts and Account Automation-2. Webhooks subscription - 2. Create subsription for borderless deposit POST {{host}}/v3/profiles/{{business-profile-id}}/subscriptions

  9. Payouts and Account Automation-2. Webhooks subscription - 3. List webhook subscriptions GET {{host}}/v3/profiles/{{business-profile-id}}/subscriptions

  10. Payouts and Account Automation-2. Webhooks subscription - 4. Get webhook subscription by ID GET {{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook1-id}}