API Reference

Create merchant

Creates a new merchant in the system. A merchant represents a business or organization that can interact with the API. Returns the newly created merchant details including its unique identifier and root API key.

Log in to see full request history
Body Params
string
required

The name that identifies the merchant

string

(Optional) A unique reference ID used to identify the merchant in external systems. This can be used to link the merchant to records in other platforms

paymentTypes
array of objects

(Optional) Configuration specifying which payment networks (e.g. Ethereum, Polygon) and tokens (e.g. USDC) the merchant will accept payments in. Each payment type includes a destination wallet address where the funds will be sent when a payment is received.

Note: If no payment types are provided, the merchant will inherit all payment types from the entity.

paymentTypes
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json