v1

latestOpenAPI 3.0.02026-08-04380104.3 KB
Authentication

Create Merchant

Onboard a new merchant onto the Chowdeck platform. Provide business details including contact information, delivery settings, bank account for payouts, operating hours, and webhook URLs for receiving order notifications.

post/merchant/

Request body

referencestring required

A unique identifier for the merchant

emailstring required

The email address of the merchant.

first_namestring required

The first name of the merchant's representative.

last_namestring required
descriptionstring required

A brief description of the merchant's services.

support_contactstring required

A contact number for support inquiries.

support_emailstring

An email address for support inquiries.

minimum_delivery_timeinteger

The minimum time (in minutes) required for delivery.

tagsstring[]

Tags associated with the merchant.

bank_codestring

The bank code for the merchant's account.

account_numberstring

The account number of the merchant.

account_namestring

The name associated with the bank account.

test_webhook_urlstring

A URL for testing webhook notifications.

live_webhook_urlstring

A URL for live webhook notifications.