Skip to main content
GET
/
v1
/
merchants
/
connect
Merchant Connect
curl --request GET \
  --url https://api.bkey.id/v1/merchants/connect
{
  "success": false,
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Query Parameters

store_url
string<uri>
required
platform
enum<string>
default:woocommerce
Available options:
woocommerce,
shopify,
medusa,
bigcommerce
return_url
string

Response

Redirect to the BKey approval page. The client must follow the Location header to complete the merchant onboarding handshake.