Skip to main content
GET
Merchant Account - Retrieve

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.

Path Parameters

account_id
string
required

The unique identifier for the merchant account

Response

Merchant Account Retrieved

merchant_id
string
required

The identifier for the Merchant Account

Maximum string length: 64
Example:

"y3oqhf46pyzuxjbcn2giaqnb44"

enable_payment_response_hash
boolean
default:false
required

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

Example:

true

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

Example:

true

primary_business_details
object[]
required

Details about the primary business unit of the merchant account

organization_id
string
required

The organization id merchant is associated with

Required string length: 1 - 64
Example:

"org_q98uSGAYbjEwqs0mJwnz"

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

recon_status
enum<string>
required
Available options:
not_requested,
requested,
active,
disabled
merchant_account_type
enum<string>
required
Available options:
standard,
platform,
connected
merchant_name
string | null

Name of the Merchant Account

Example:

"NewAge Retailer"

return_url
string | null

The URL to redirect after completion of the payment

Maximum string length: 255
Example:

"https://www.example.com/success"

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 string length: 255
Example:

"xkkdf909012sdjki2dkh5sdf"

merchant_details
object | null
webhook_details
object | null
payout_routing_algorithm
object
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.

Example:

false

parent_merchant_id
string | null

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

Maximum string length: 255
Example:

"xkkdf909012sdjki2dkh5sdf"

publishable_key
string | null

API key that will be used for server side API access

Example:

"AH3423bkjbkjdsfbkj"

metadata
object | null

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

locker_id
string | null

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

Example:

"locker_abc123"

frm_routing_algorithm
object
default_profile
string | null

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

Maximum string length: 64

Object for GenericLinkUiConfig

product_type
enum<string> | null
Available options:
orchestration,
vault,
recon,
recovery,
cost_observability,
dynamic_routing