v1
latestOpenAPI 3.1.02026-07-132363652.9 MBMerchants
Create a new merchant
Create a new merchant
post/api/v1/merchants
Request body
Example request
{
"partner_id": "550e8400-e29b-41d4-a716-446655440000",
"brand_name": "Example Brand",
"uri": "example-merchant.com",
"category_code": "4816",
"country": "GB",
"account_owner": {
"full_name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "44;7395236209",
"role": "Owner"
}
}Response
Created
Example response
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"brand_name": "Example Brand",
"uri": "https://example-merchant.com",
"category_code": "4816",
"country": "GB",
"settlement_currency": "EUR",
"multi_account_setting": true,
"refund_retention_rate": "0.0500",
"client_id": "merchant_123",
"has_client_secret": true,
"account_owners": []
}
}