Embedded Finance

This guide is intended for Wise Platform partners who want to offer their customers an embedded cross-border money movement experience.

The basic steps that this guide outlines are:

  1. Getting access to the API.
  2. Onboarding customers by setting up and verifying account profiles for your customers.
  3. Sending money on the profiles you created.

Embedded Finance Postman Collection

We've created a postman collection that follows along the same flows as documented below. Please use this to test your integrations. Host environment variable is https://api.sandbox.transferwise.tech

In the collection, we have done a few things to make life a bit easier:

  • Included our sandbox environment, where you can fully test your integration.
  • Included a set of the common calls required to create new users and profiles.
  • Included tests that automatically copy details from previous calls to environment variables.
  • Examples of successful call results for quick reference.

All of these additions should allow you to easily test through the entire flow with minimal efforts.

We recommend as well that you fork the collection. This allows you to receive updates and bug fixes as they become available.

Fork in Postman