curl --location --request POST 'https://stablecoin-api.sandbox.getmeru.com/api/v1/cards-program/applications/business' \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data-raw '{
"name": "Acme Corporation",
"address": {
"line1": "456 Business Ave",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
},
"entity": {
"name": "Acme Corporation LLC",
"type": "LLC",
"description": "Technology solutions provider",
"industry": "Technology",
"registrationNumber": "12345678",
"taxId": "98-7654321",
"website": "https://acme.com",
"expectedSpend": "50000"
},
"initialUser": {
"firstName": "Jane",
"lastName": "Smith",
"birthDate": "1985-05-20",
"nationalId": "987654321",
"countryOfIssue": "US",
"email": "jane.smith@acme.com",
"phoneCountryCode": "1",
"phoneNumber": "4155551234",
"address": {
"line1": "789 Oak St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
},
"ipAddress": "192.168.1.100",
"isTermsOfServiceAccepted": true
},
"representatives": [],
"ultimateBeneficialOwners": [
{
"firstName": "Jane",
"lastName": "Smith",
"birthDate": "1985-05-20",
"nationalId": "987654321",
"countryOfIssue": "US",
"email": "jane.smith@acme.com",
"address": {
"line1": "789 Oak St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
}
}
]
}'
{
"success": true,
"companyId": "8f3e1a2b-4c5d-6e7f-8a9b-0c1d2e3f4a5b",
"status": "pending"
}
Business Applications
Create Business Application
This endpoint creates a business card application with company and representative details
POST
/
api
/
v1
/
cards-program
/
applications
/
business
curl --location --request POST 'https://stablecoin-api.sandbox.getmeru.com/api/v1/cards-program/applications/business' \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data-raw '{
"name": "Acme Corporation",
"address": {
"line1": "456 Business Ave",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
},
"entity": {
"name": "Acme Corporation LLC",
"type": "LLC",
"description": "Technology solutions provider",
"industry": "Technology",
"registrationNumber": "12345678",
"taxId": "98-7654321",
"website": "https://acme.com",
"expectedSpend": "50000"
},
"initialUser": {
"firstName": "Jane",
"lastName": "Smith",
"birthDate": "1985-05-20",
"nationalId": "987654321",
"countryOfIssue": "US",
"email": "jane.smith@acme.com",
"phoneCountryCode": "1",
"phoneNumber": "4155551234",
"address": {
"line1": "789 Oak St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
},
"ipAddress": "192.168.1.100",
"isTermsOfServiceAccepted": true
},
"representatives": [],
"ultimateBeneficialOwners": [
{
"firstName": "Jane",
"lastName": "Smith",
"birthDate": "1985-05-20",
"nationalId": "987654321",
"countryOfIssue": "US",
"email": "jane.smith@acme.com",
"address": {
"line1": "789 Oak St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
}
}
]
}'
{
"success": true,
"companyId": "8f3e1a2b-4c5d-6e7f-8a9b-0c1d2e3f4a5b",
"status": "pending"
}
Body
Legal name of the business
Business address
Show Address object
Show Address object
Address line 1 (max 100 characters)
Address line 2 (max 100 characters)
City (max 50 characters)
State or region (max 50 characters)
Postal code (1-9 characters)
Two-letter country code (e.g., “US”)
Business entity details
Show Entity object
Show Entity object
Entity legal name
Entity type (e.g., “LLC”, “Corporation”)
Business description
Industry sector
Business registration number
Tax identification number
Company website URL
Expected monthly spending
Primary contact and administrator
Show Initial User object
Show Initial User object
First name (max 50 characters)
Last name (max 50 characters)
Date of birth (YYYY-MM-DD format)
National ID number
Two-letter country code
Email address
Phone country code (1-3 characters)
Phone number (1-15 characters)
Personal address (same structure as business address)
Blockchain wallet address
IP address
Must be true
Array of business representatives (same structure as initialUser, but without required IP address and terms acceptance)
Array of ultimate beneficial owners (UBOs) - individuals who own 25% or more of the business
Blockchain chain ID
Smart contract address
Source key for tracking
Response
Indicates whether the call was successful
The unique company identifier
Application status
curl --location --request POST 'https://stablecoin-api.sandbox.getmeru.com/api/v1/cards-program/applications/business' \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data-raw '{
"name": "Acme Corporation",
"address": {
"line1": "456 Business Ave",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
},
"entity": {
"name": "Acme Corporation LLC",
"type": "LLC",
"description": "Technology solutions provider",
"industry": "Technology",
"registrationNumber": "12345678",
"taxId": "98-7654321",
"website": "https://acme.com",
"expectedSpend": "50000"
},
"initialUser": {
"firstName": "Jane",
"lastName": "Smith",
"birthDate": "1985-05-20",
"nationalId": "987654321",
"countryOfIssue": "US",
"email": "jane.smith@acme.com",
"phoneCountryCode": "1",
"phoneNumber": "4155551234",
"address": {
"line1": "789 Oak St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
},
"ipAddress": "192.168.1.100",
"isTermsOfServiceAccepted": true
},
"representatives": [],
"ultimateBeneficialOwners": [
{
"firstName": "Jane",
"lastName": "Smith",
"birthDate": "1985-05-20",
"nationalId": "987654321",
"countryOfIssue": "US",
"email": "jane.smith@acme.com",
"address": {
"line1": "789 Oak St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94103",
"countryCode": "US"
}
}
]
}'
{
"success": true,
"companyId": "8f3e1a2b-4c5d-6e7f-8a9b-0c1d2e3f4a5b",
"status": "pending"
}
⌘I