A Merchant
resource represents the entity's merchant account on a processor.
You need to create and successfully validate a Merchant
before processing any payments for your merchant.
Related Guides: Getting Started, Onboarding Sellers
Create a Merchant
to start the underwriting (also called provisioning) process for your seller. Merchants
must be created under an Identity
.
A bank account must be associated with the previously created Identity
before a Merchant
can be successfully onboarded and verified.
Accept | string Default: application/hal+json |
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
gateway | string Name of the gateway that processes the |
default_partial_authorization_enabled | boolean Default: false
|
processor required | string Set the acquiring processor. Use |
object or null Include up to 50
|
Single Merchant object
Error
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
Error
{- "id": "MUeTBamsYxqr1KSnT4U2x9SP",
- "created_at": "2024-08-16T13:11:36.72Z",
- "updated_at": "2024-08-16T13:11:36.72Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "card_cvv_required": false,
- "card_expiration_date_required": true,
- "card_network_details": null,
- "convenience_charges_enabled": false,
- "country": "USA",
- "creating_transfer_from_report_enabled": true,
- "currencies": [
- "USD"
], - "default_partial_authorization_enabled": false,
- "disbursements_ach_pull_enabled": false,
- "disbursements_ach_push_enabled": false,
- "disbursements_card_pull_enabled": false,
- "disbursements_card_push_enabled": false,
- "disbursements_same_day_ach_pull_enabled": false,
- "disbursements_same_day_ach_push_enabled": false,
- "fee_ready_to_settle_upon": "RECONCILIATION",
- "gateway": null,
- "gross_settlement_enabled": false,
- "identity": "ID6ZC4KedcaCwECQcWr7SM4m",
- "level_two_level_three_data_enabled": false,
- "loan_repayment": null,
- "mcc": "4900",
- "merchant_name": "Finix Flowers",
- "merchant_profile": "MP8aC84QAtA69Qhv6BJSyvHr",
- "mid": null,
- "onboarding_state": "PROVISIONING",
- "processing_enabled": false,
- "processor": "DUMMY_V1",
- "processor_details": { },
- "ready_to_settle_upon": "RECONCILIATION",
- "ready_to_settle_upon_delay_alignment": "NONE",
- "rent_surcharges_enabled": false,
- "settlement_enabled": false,
- "settlement_funding_identifier": "UNSET",
- "surcharges_enabled": false,
- "tags": {
- "key_2": "value_2"
}, - "verification": "VI7jopNSiaVMXWKkhxt6dJm7",
- "_links": {
- "verifications": {
}, - "merchant_profile": {
}, - "application": {
}, - "verification": {
}
}
}
Retrieve a list of Merchants
.
For details on how to query endpoints using the available parameters, see Query Parameters.
List of Merchants objects
Error
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
curl "https://finix.sandbox-payments-api.com/merchants" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "_embedded": {
- "merchants": [
- {
- "id": "MUjqkwHQPKDAaSiBXGVx1MRT",
- "created_at": "2024-09-28T00:46:20.39Z",
- "updated_at": "2024-09-28T00:47:03.51Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "card_cvv_required": false,
- "card_expiration_date_required": true,
- "card_network_details": null,
- "convenience_charges_enabled": false,
- "country": "USA",
- "creating_transfer_from_report_enabled": true,
- "currencies": [
- "USD"
], - "default_partial_authorization_enabled": false,
- "disbursements_ach_pull_enabled": false,
- "disbursements_ach_push_enabled": false,
- "disbursements_card_pull_enabled": false,
- "disbursements_card_push_enabled": false,
- "disbursements_same_day_ach_pull_enabled": false,
- "disbursements_same_day_ach_push_enabled": false,
- "fee_ready_to_settle_upon": "RECONCILIATION",
- "gateway": null,
- "gross_settlement_enabled": false,
- "identity": "IDhdN7shRMHxuohw6Qd7m5b9",
- "instant_payouts_card_push_enabled": false,
- "level_two_level_three_data_enabled": false,
- "loan_repayment": null,
- "mcc": "1711",
- "merchant_name": "Test",
- "merchant_profile": "MPtFakDJ3AtNtdRq8WrfuRK6",
- "mid": "FNXgPMyvYMcVRyAjnbWPBCM9r",
- "onboarding_state": "APPROVED",
- "processing_enabled": true,
- "processor": "DUMMY_V1",
- "processor_details": {
- "mid": "FNXgPMyvYMcVRyAjnbWPBCM9r",
- "api_key": "secretValue"
}, - "ready_to_settle_upon": "RECONCILIATION",
- "ready_to_settle_upon_delay_alignment": "NONE",
- "rent_surcharges_enabled": false,
- "settlement_enabled": true,
- "settlement_funding_identifier": "UNSET",
- "settlement_queue_mode": "UNSET",
- "surcharges_enabled": false,
- "tags": { },
- "verification": "VIebEF1gSJgBgeVGUMZqvFu3",
- "_links": {
- "verifications": {
}, - "merchant_profile": {
}, - "verification": {
}, - "application": {
}
}
}, - {
- "id": "MUki6B56H4V9dyuWFDcMgXTs",
- "created_at": "2024-09-28T00:43:58.91Z",
- "updated_at": "2024-09-28T00:44:03.30Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "card_cvv_required": false,
- "card_expiration_date_required": true,
- "card_network_details": null,
- "convenience_charges_enabled": false,
- "country": "USA",
- "creating_transfer_from_report_enabled": true,
- "currencies": [
- "USD"
], - "default_partial_authorization_enabled": false,
- "disbursements_ach_pull_enabled": false,
- "disbursements_ach_push_enabled": false,
- "disbursements_card_pull_enabled": false,
- "disbursements_card_push_enabled": false,
- "disbursements_same_day_ach_pull_enabled": false,
- "disbursements_same_day_ach_push_enabled": false,
- "fee_ready_to_settle_upon": "RECONCILIATION",
- "gateway": null,
- "gross_settlement_enabled": false,
- "identity": "IDbTodug4pyGp3iqyDSewY63",
- "instant_payouts_card_push_enabled": false,
- "level_two_level_three_data_enabled": false,
- "loan_repayment": null,
- "mcc": "1711",
- "merchant_name": "Test",
- "merchant_profile": "MPieyR5pBueUGB5URvhQGVoH",
- "mid": "FNXtCunPmJh8ugvtsX2Bajvpd",
- "onboarding_state": "APPROVED",
- "processing_enabled": true,
- "processor": "DUMMY_V1",
- "processor_details": {
- "mid": "FNXtCunPmJh8ugvtsX2Bajvpd",
- "api_key": "secretValue"
}, - "ready_to_settle_upon": "RECONCILIATION",
- "ready_to_settle_upon_delay_alignment": "NONE",
- "rent_surcharges_enabled": false,
- "settlement_enabled": true,
- "settlement_funding_identifier": "UNSET",
- "settlement_queue_mode": "UNSET",
- "surcharges_enabled": false,
- "tags": { },
- "verification": "VI8JXLzGW65d8HNuMAM4uZWr",
- "_links": {
- "verifications": {
}, - "merchant_profile": {
}, - "verification": {
}, - "application": {
}
}
}
]
}, - "_links": {
}, - "page": {
- "limit": 2,
- "next_cursor": "MUki6B56H4V9dyuWFDcMgXTs"
}
}
Retrieve the details of a Merchant
.
Single Merchant object
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
curl "https://finix.sandbox-payments-api.com/merchants/MUmUL7aBsHkxVLQawJxEXw6N" \ -H "Content-Type: application/json" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "id": "MUeTBamsYxqr1KSnT4U2x9SP",
- "created_at": "2024-08-16T13:11:36.72Z",
- "updated_at": "2024-08-16T13:11:36.72Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "card_cvv_required": false,
- "card_expiration_date_required": true,
- "card_network_details": null,
- "convenience_charges_enabled": false,
- "country": "USA",
- "creating_transfer_from_report_enabled": true,
- "currencies": [
- "USD"
], - "default_partial_authorization_enabled": false,
- "disbursements_ach_pull_enabled": false,
- "disbursements_ach_push_enabled": false,
- "disbursements_card_pull_enabled": false,
- "disbursements_card_push_enabled": false,
- "disbursements_same_day_ach_pull_enabled": false,
- "disbursements_same_day_ach_push_enabled": false,
- "fee_ready_to_settle_upon": "RECONCILIATION",
- "gateway": null,
- "gross_settlement_enabled": false,
- "identity": "ID6ZC4KedcaCwECQcWr7SM4m",
- "level_two_level_three_data_enabled": false,
- "loan_repayment": null,
- "mcc": "4900",
- "merchant_name": "Finix Flowers",
- "merchant_profile": "MP8aC84QAtA69Qhv6BJSyvHr",
- "mid": null,
- "onboarding_state": "PROVISIONING",
- "processing_enabled": false,
- "processor": "DUMMY_V1",
- "processor_details": { },
- "ready_to_settle_upon": "RECONCILIATION",
- "ready_to_settle_upon_delay_alignment": "NONE",
- "rent_surcharges_enabled": false,
- "settlement_enabled": false,
- "settlement_funding_identifier": "UNSET",
- "surcharges_enabled": false,
- "tags": {
- "key_2": "value_2"
}, - "verification": "VI7jopNSiaVMXWKkhxt6dJm7",
- "_links": {
- "verifications": {
}, - "merchant_profile": {
}, - "application": {
}, - "verification": {
}
}
}
Update a Merchant
to:
Identity
information saved with the underlying processorMerchant
so the seller can't create new Transfers
and Authorizations
Merchant
so their Settlements
cannot be approved.Accept | string Default: application/hal+json |
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
Single Merchant object
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
{- "id": "MUmUL7aBsHkxVLQawJxEXw6N",
- "created_at": "2022-08-17T20:33:34.04Z",
- "updated_at": "2024-08-16T13:52:37.98Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "card_cvv_required": false,
- "card_expiration_date_required": true,
- "card_network_details": null,
- "convenience_charges_enabled": false,
- "country": null,
- "creating_transfer_from_report_enabled": true,
- "currencies": null,
- "default_partial_authorization_enabled": false,
- "disbursements_ach_pull_enabled": false,
- "disbursements_ach_push_enabled": false,
- "disbursements_card_pull_enabled": false,
- "disbursements_card_push_enabled": false,
- "disbursements_same_day_ach_pull_enabled": false,
- "disbursements_same_day_ach_push_enabled": false,
- "fee_ready_to_settle_upon": "RECONCILIATION",
- "gateway": null,
- "gross_settlement_enabled": false,
- "identity": "IDrH4G2VTfNjn1VFkvhcyMYj",
- "level_two_level_three_data_enabled": true,
- "loan_repayment": null,
- "mcc": null,
- "merchant_name": "John Smith",
- "merchant_profile": "MPjBZguwk8oJ9H5ouJo3jaG4",
- "mid": "FNX6ugoYdmmmRkDAEn59nhEai",
- "onboarding_state": "APPROVED",
- "processing_enabled": false,
- "processor": "DUMMY_V1",
- "processor_details": {
- "mid": "FNX6ugoYdmmmRkDAEn59nhEai",
- "api_key": "secretValue"
}, - "ready_to_settle_upon": "RECONCILIATION",
- "ready_to_settle_upon_delay_alignment": "NONE",
- "rent_surcharges_enabled": false,
- "settlement_enabled": true,
- "settlement_funding_identifier": "UNSET",
- "surcharges_enabled": false,
- "tags": {
- "key_2": "value_2"
}, - "verification": "VIn6CKA39fArkcyJF6V4yrGv",
- "_links": {
- "verifications": {
}, - "merchant_profile": {
}, - "application": {
}, - "verification": {
}
}
}
Create a Verification
on a Merchant to get them Approved. This request will create a new PENDING
Verification. Listen to updates and re-fetch the Verification when it is SUCCEEDED
or FAILED
.
For handling FAILED
Verifications, see Fetch a Verification. See also Onboarding Process for Seller Merchants and Verification Requirements for Payouts for Recipient Merchants.
Accept | string Default: application/hal+json |
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
Pending Merchant Verification
Error
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
{- "id": "VItpnRDSS7eMXEgbPFMKEmD3",
- "created_at": "2024-09-20T20:46:18.84Z",
- "updated_at": "2024-09-20T20:46:18.91Z",
- "application": "APgFebyumW1TVZK9sbZwAvbx",
- "identity": null,
- "merchant": "MU7F6JcADa47CT1cwoZAgLFM",
- "merchant_identity": "IDfqVY8AcjQCSdyZSFL4thMn",
- "messages": [ ],
- "outcome_summary": null,
- "outcomes": null,
- "payment_instrument": null,
- "payment_instrument_verification_details": {
- "push_to_card_domestic": null,
- "push_to_card_cross_border": null,
- "card_type": null,
- "billing_currency": null,
- "issuer_country": null
}, - "processor": "LITLE_V1",
- "raw": null,
- "state": "PENDING",
- "tags": { },
- "trace_id": "FNXmjmpf1PXHa52KDwFVEEPDy",
- "type": "MERCHANT",
- "_links": {
- "application": {
},
}
}