post https://{host}/business/v1/profiles
The create business profile API creates a new business profile.
Log in to see full request history
Responses
The create business profile API creates a new business profile.
xxxxxxxxxx
29curl --request POST \
--url https://sandboxapi.moneygram.com/business/v1/profiles \
--header 'X-MG-ClientRequestId: 4c79b06f-a2af-4859-82c8-28cbb0bf361b' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"targetAudience": "AGENT_FACING",
"agentPartnerId": "30150519",
"userLanguage": "en-US",
"businessDetails": {
"businessCountryOfRegistration": "USA",
"address": {
"line1": "100 Main St",
"city": "Dallas",
"countrySubdivisionCode": "US-TX",
"countryCode": "USA",
"postalCode": "75001"
},
"contactDetails": {
"email": "business@mail.com",
"phone": {
"number": "5551231234",
"countryDialCode": "1"
}
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: