Update business profile
Complete the business profile for the account. This provides additional details about the business that are required to successfully complete the onboarding process.
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://api.hubpay.ae/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.