Skip to main content

Developer resources

The Developer resources screen is the Portal's index of links and downloads for engineers integrating with Weavr. Most of what's here is also reachable directly — this page is a fast jumping-off point when you're already in the Portal.

Postman collection

The Get started with Postman card downloads a Postman collection pre-configured for your programmeProgramme A programme represents your application within Weavr. Everything you create — Identities, Instruments, Transactions — sits beneath a Programme. When you register as an Embedder, you receive a Programme in the Sandbox and, once approved, one in Production.. The collection ships with an environment file that pre-populates the keys and IDs from your Sandbox programmeProgramme A programme represents your application within Weavr. Everything you create — Identities, Instruments, Transactions — sits beneath a Programme. When you register as an Embedder, you receive a Programme in the Sandbox and, once approved, one in Production. — API key, programmeProgramme A programme represents your application within Weavr. Everything you create — Identities, Instruments, Transactions — sits beneath a Programme. When you register as an Embedder, you receive a Programme in the Sandbox and, once approved, one in Production. ID, and every profileProfile A template defining the configuration for one type of object — corporate identity, consumer identity, managed account, managed card, transfer, or outgoing wire transfer. When you create one of these objects you reference its Profile ID, which tells Weavr which limits, currencies, supported countries, branding, and fees to apply. Your programme ships with one or more Profile IDs per supported object type. ID — so you can start sending requests immediately.

Workflow:

  1. Open Developer resources in the left navigation.
  2. Download the Postman collection. Import both the collection and the environment file into Postman.
  3. Select the imported environment in Postman.
  4. Run any request. The pre-populated variables resolve automatically.

When you regenerate keys or change profilesProfile A template defining the configuration for one type of object — corporate identity, consumer identity, managed account, managed card, transfer, or outgoing wire transfer. When you create one of these objects you reference its Profile ID, which tells Weavr which limits, currencies, supported countries, branding, and fees to apply. Your programme ships with one or more Profile IDs per supported object type., re-download the environment file.

The Documentation & Resources card surfaces the same links you'd find in the API reference sidebar — MultiMulti Weavr Multi is an embedded finance solution that allows you to integrate financial services into your own application, providing a seamless experience for your customers. It enables you to offer managed accounts, managed cards, and transactions without requiring financial expertise. API reference, Simulator API reference, Webhooks reference, and the developer documentation site you're reading.

Where else to find these

These are the equivalents outside the Portal:

ResourceLink
MultiMulti Weavr Multi is an embedded finance solution that allows you to integrate financial services into your own application, providing a seamless experience for your customers. It enables you to offer managed accounts, managed cards, and transactions without requiring financial expertise. API referenceapi.weavr.io/products/multi/openapi
Simulator APIapi.weavr.io/products/simulator/openapi
Webhooks APIapi.weavr.io/products/webhooks/openapi
Developer docsdocs.weavr.io
Status pageweavr.statuspage.io
Support portalsupport.weavr.io

Next steps