Merchant Accounts
Get Merchant Account
Curl example for retrieving a merchant account.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curl example for retrieving a merchant account.
curl "$BASE_URL/merchant-account/merchant_demo" \
--header "$AUTH_HEADER"
{
"merchant_id": "merchant_demo",
"gateway_success_rate_based_decider_input": null
}
Was this page helpful?