POST
/
accounts
curl --request POST \
  --url https://sandbox.hyperswitch.io/accounts \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "merchant_id": "merchant_abc"
}'

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Body

application/json
merchant_id
string
required

The identifier for the Merchant Account

Required string length: 1 - 64
enable_payment_response_hash
boolean | null
default:
false

A boolean value to indicate if payment response hash needs to be enabled

frm_routing_algorithm
object | null

The frm routing algorithm to be used for routing payments to desired FRM's

locker_id
string | null

An identifier for the vault used to store payment method information.

merchant_details
object
merchant_name
string | null

Name of the Merchant Account

metadata
object | null

Metadata is useful for storing additional, unstructured information on an object

organization_id
string | null

The id of the organization to which the merchant belongs to, if not passed an organization is created

Required string length: 1 - 64
parent_merchant_id
string | null

Refers to the Parent Merchant ID if the merchant being created is a sub-merchant

Maximum length: 255
payment_response_hash_key
string | null

Refers to the hash key used for calculating the signature for webhooks and redirect response. If the value is not provided, a value is automatically generated.

payout_routing_algorithm
object

Routing Algorithm kind

Object for GenericLinkUiConfig

primary_business_details
object
publishable_key
string | null

API key that will be used for client side API access. A publishable key has to be always paired with a client_secret. A client_secret can be obtained by creating a payment with confirm set to false

redirect_to_merchant_with_http_post
boolean | null
default:
false

A boolean value to indicate if redirect to merchant with http post needs to be enabled.

return_url
string | null

The URL to redirect after the completion of the operation

Maximum length: 255
sub_merchants_enabled
boolean | null
default:
false

A boolean value to indicate if the merchant is a sub-merchant under a master or a parent merchant. By default, its value is false.

webhook_details
object

Response

200 - application/json
enable_payment_response_hash
boolean
default:
false
required

A boolean value to indicate if payment response hash needs to be enabled

is_recon_enabled
boolean
required

A boolean value to indicate if the merchant has recon service is enabled or not, by default value is false

merchant_id
string
required

The identifier for the Merchant Account

Maximum length: 64
organization_id
string
required

The organization id merchant is associated with

Required string length: 1 - 64
primary_business_details
object[]
required

Details about the primary business unit of the merchant account

recon_status
enum<string>
required
Available options:
not_requested,
requested,
active,
disabled
redirect_to_merchant_with_http_post
boolean
default:
false
required

A boolean value to indicate if redirect to merchant with http post needs to be enabled

default_profile
string | null

The default profile that must be used for creating merchant accounts and payments

Maximum length: 64
frm_routing_algorithm
object

Routing Algorithm kind

locker_id
string | null

An identifier for the vault used to store payment method information.

merchant_details
object
merchant_name
string | null

Name of the Merchant Account

metadata
object | null

Metadata is useful for storing additional, unstructured information on an object.

parent_merchant_id
string | null

Refers to the Parent Merchant ID if the merchant being created is a sub-merchant

Maximum length: 255
payment_response_hash_key
string | null

Refers to the hash key used for calculating the signature for webhooks and redirect response. If the value is not provided, a value is automatically generated.

Maximum length: 255
payout_routing_algorithm
object

Routing Algorithm kind

Object for GenericLinkUiConfig

publishable_key
string | null

API key that will be used for server side API access

return_url
string | null

The URL to redirect after completion of the payment

Maximum length: 255
sub_merchants_enabled
boolean | null
default:
false

A boolean value to indicate if the merchant is a sub-merchant under a master or a parent merchant. By default, its value is false.

webhook_details
object