Register Account

POST{{ _.base_url }}/api/v1/no-auth/StableCoins/CreateMerchant

Key
Value
Description

Content-Type

application/json

BODY

{
	"merchant_name": "Finswitch",
	"merchant_email": "[email protected]",
	"webhook_url": "https://webhook.site"
}

EXAMPLE REQUEST

curl --location -g '{{ _.base_url }}/api/v1/no-auth/StableCoins/CreateMerchant' \
--header 'Content-Type: application/json' \
--data-raw '{
	"merchant_name": "Finswitch",
	"merchant_email": "[email protected]",
	"webhook_url": "https://webhook.site"
}'

RESPONSE

Last updated