Business Profiles
API ReferenceBusiness Profiles
Business Profiles
A business profile is a config block under a merchant account that controls how payments are processed for a given line of business. A merchant has at least one business profile (the default, created automatically) and can have many. Each payment is associated with exactly one profile via the profile_id field on the create payment request.
Why profiles matter for direct API integration
Several fields you might expect on individual payment endpoints actually live here:
return_url— the URL the customer is redirected to after off-site flows finish. Configured once per profile, applied to every payment under it.webhook_details— the URL plus credentials the platform calls when payment status changes.
Endpoints
| Operation | Method | Path |
|---|---|---|
| List business profiles | GET | /account/{merchant_id}/business_profile |