Get Started [BETA]
Essentials [BETA]
Payments Core APIs [BETA]
- Payments
- Payment Methods
- Payment Method Session
- Customers
- Refunds
Account management APIs [BETA]
- Organization
- Merchant Account
- Profile
- Connector Account
- API Key
- Routing
Other APIs [BETA]
- Proxy
- Tokenization
Organization
Organization - Merchant Account - List
List merchant accounts for an Organization
GET
/
v2
/
organization
/
{id}
/
merchant-accounts
Copy
curl --request GET \
--url https://sandbox.hyperswitch.io/v2/organization/{id}/merchant-accounts \
--header 'api-key: <api-key>'
Copy
[
{
"id": "y3oqhf46pyzuxjbcn2giaqnb44",
"merchant_name": "NewAge Retailer",
"merchant_details": {
"primary_contact_person": "John Doe",
"primary_phone": "999999999",
"primary_email": "johndoe@test.com",
"secondary_contact_person": "John Doe2",
"secondary_phone": "999999988",
"secondary_email": "johndoe2@test.com",
"website": "www.example.com",
"about_business": "Online Retail with a wide selection of organic products for North America",
"address": {
"city": "New York",
"country": "AF",
"line1": "123, King Street",
"line2": "Powelson Avenue",
"line3": "Bridgewater",
"zip": "08807",
"state": "New York",
"first_name": "John",
"last_name": "Doe"
}
},
"publishable_key": "AH3423bkjbkjdsfbkj",
"metadata": {},
"organization_id": "org_q98uSGAYbjEwqs0mJwnz",
"recon_status": "not_requested",
"product_type": "orchestration"
}
]
Authorizations
Admin API keys allow you to perform some privileged actions such as creating a merchant account and Connector account.
Path Parameters
The unique identifier for the Organization
Response
200
application/json
Merchant Account list retrieved successfully
The response is of type object[]
.
Was this page helpful?
Copy
curl --request GET \
--url https://sandbox.hyperswitch.io/v2/organization/{id}/merchant-accounts \
--header 'api-key: <api-key>'
Copy
[
{
"id": "y3oqhf46pyzuxjbcn2giaqnb44",
"merchant_name": "NewAge Retailer",
"merchant_details": {
"primary_contact_person": "John Doe",
"primary_phone": "999999999",
"primary_email": "johndoe@test.com",
"secondary_contact_person": "John Doe2",
"secondary_phone": "999999988",
"secondary_email": "johndoe2@test.com",
"website": "www.example.com",
"about_business": "Online Retail with a wide selection of organic products for North America",
"address": {
"city": "New York",
"country": "AF",
"line1": "123, King Street",
"line2": "Powelson Avenue",
"line3": "Bridgewater",
"zip": "08807",
"state": "New York",
"first_name": "John",
"last_name": "Doe"
}
},
"publishable_key": "AH3423bkjbkjdsfbkj",
"metadata": {},
"organization_id": "org_q98uSGAYbjEwqs0mJwnz",
"recon_status": "not_requested",
"product_type": "orchestration"
}
]
Assistant
Responses are generated using AI and may contain mistakes.