Update the business profile
Add the business details required to complete the account application.
Country of registration
At the present time, we are only able to onboard businesses that are registered in the UAE.
To complete the business profile for an account, submit a request to the Update Business Profile API.
Note that the AccountId header must be provided, as per example below.
curl -i -X PUT \
'https://sandbox-api.hubpay.io/v1/account/business-profile' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN_HERE' \
-H 'AccountId: ACCOUNT_ID_HERE' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"JSON_REQUEST_OBJECT_HERE"
}'
If the update request is successful, the account summary response will indicate that the account status is now APPLICATION_IN_PROGRESS, confirming the account's business profile has been accepted and updated.