Onboarding business customers as a Solution Partner | Developer Documentation
Onboarding business customers as a Solution Partner
Updated: Nov 14, 2025
This document describes the steps Solution Partners must perform to onboard new business customers who have completed the Embedded Signup flow.
If you are a Solution Partner, any business customer who completes your implementation of the Embedded Signup flow will not be able to use your app to access their WhatsApp assets or send and receive messages until you complete these steps.
What you will need
Also, if you wish to test messaging capabilities using the customer’s business phone number, you will need a WhatsApp phone number that can already send and receive messages from other WhatsApp numbers.
Perform all of the requests described below using server-to-server requests. Do not use client-side requests.
Step 1: Exchange the token code for a business token
Request parameters
| Placeholder | Description | Example value |
|---|---|---|
<APP_ID> |
Required.
Your app ID. This is displayed at the top of the App Dashboard. |
236484624622562 |
<APP_SECRET> |
Required.
Your app secret. You can get this from the App Dashboard > App Secret > Basic panel. |
614fc2afde15eee07a26b2fe3eaee9b9 |
<CODE> |
Required.
The code returned by Embedded Signup when the customer successfully completed the flow. |
|
Response parameters
| Placeholder | Description | Example value |
|---|---|---|
<BUSINESS_TOKEN> |
The customer’s business token. |
|
Step 2: Subscribe to webhooks on the customer’s WABA
Request parameters
| Placeholder | Description | Example value |
|---|---|---|
<BUSINESS_TOKEN> |
Required.
The customer’s business token. |
|
<WABA_ID> |
Required.
The customer’s WABA ID. |
102290129340398 |
We are currently testing new steps for sharing your credit line with onboarded business customers. These steps will eventually replace this step, so if you wish to implement these steps now, see Alternate method for sharing your credit line.
Note: If you are using the below API i.e.
whatsapp_credit_sharing_and_attach, you would need to add your System User to the shared WhatsApp Business Accounts as a pre-requisite. Please refer to this doc for steps.Request parameters
| Placeholder | Description | Example value |
|---|---|---|
<CUSTOMER_BUSINESS_CURRENCY> |
Required.
The business’s currency, as a three-letter currency code. Support values are: AUDEURGBPIDRINRUSD
This currency is used for invoicing and corresponds to pricing rates. |
USD |
<CUSTOMER_WABA_ID> |
Required.
The customer’s WABA ID. |
102290129340398 |
<EXTENDED_CREDIT_LINE_ID> |
Required.
Your extended credit line ID. |
1972385232742146 |
<SYSTEM_TOKEN> |
Required.
Your system token. |
|
Response parameters
| Placeholder | Description | Example value |
|---|---|---|
<ALLOCATION_CONFIGURATION_ID> |
The extended credit line’s allocation configuration ID.
Save this ID if you want to verify that your credit line has been shared with the customer. |
58501441721238 |
<CUSTOMER_WABA_ID> |
The customer’s WABA ID. |
102290129340398 |
No comments to display
No comments to display