Skip to content

TalusPay API (v1)

The Talus Pay API is organized into two main areas: Merchant Onboarding and Payments. The Merchant Onboarding endpoints are designed to facilitate the registration, verification, and configuration of new merchants within the platform. This includes creating merchant accounts, submitting necessary documentation, and managing compliance checks.

On the other hand, the Payments endpoints focus on transaction processing, allowing merchants to accept payments, initiate refunds, and handle transaction statuses. This section is structured to manage payment methods, securely process card transactions, and retrieve transaction histories, ensuring a smooth flow of payment operations for merchants. Together, these two areas provide comprehensive support for managing both the setup and ongoing financial activities of merchants.

The TalusPay status page provides real-time updates on the operational status of API services, including onboarding and payments, as well as historical uptime data. You can check the current service status at Status page

Download OpenAPI description
Languages
Servers
Mock server
https://docs.taluspay.com/_mock/openapi/
Production environment onboarding
https://api.taluspay.com/
Sandbox environment onboarding
https://api.taluspay-sandbox.com/

Merchants

Operations

Create merchant

Request

Security
api-key-secret
Bodyapplication/jsonrequired
phonestring
deviceobject(DeviceDto)
merchantobject(PublicLeadDto)
agentnumber
curl -i -X POST \
  -u <username>:<password> \
  https://docs.taluspay.com/_mock/openapi/v1/merchants \
  -H 'Content-Type: application/json' \
  -d '{
    "phone": "string",
    "device": {
      "imei": "357111112222333"
    },
    "merchant": {
      "legal_business_name": "string",
      "legal_phone": "string",
      "business_phone": "string",
      "business_type": "Sole Proprietor",
      "bank_account": {
        "bank_name": "string",
        "routing_number": "string",
        "account_holder_name": "string",
        "account_number": "string",
        "account_number_confirm": "string"
      },
      "tin": "string",
      "tin_type": "EIN",
      "doing_business_as": "string",
      "business_established_date": "string",
      "legal_business_address": {
        "address": "string",
        "city": "string",
        "state": "string",
        "zip": "string"
      },
      "dba_address": {
        "address": "string",
        "city": "string",
        "state": "string",
        "zip": "string"
      },
      "owner_one": {
        "first_name": "string",
        "contact_phone": "string",
        "last_name": "string",
        "middle_name": "string",
        "job_title": "President",
        "ownership_percentage": "25",
        "email": "string",
        "date_of_birth": "string",
        "home_address": {
          "address": "string",
          "city": "string",
          "state": "string",
          "zip": "string"
        },
        "ssn": "string"
      },
      "owner_two": {
        "first_name": "string",
        "contact_phone": "string",
        "last_name": "string",
        "middle_name": "string",
        "job_title": "President",
        "ownership_percentage": "25",
        "email": "string",
        "date_of_birth": "string",
        "home_address": {
          "address": "string",
          "city": "string",
          "state": "string",
          "zip": "string"
        },
        "ssn": "string"
      },
      "owner_three": {
        "first_name": "string",
        "contact_phone": "string",
        "last_name": "string",
        "middle_name": "string",
        "job_title": "President",
        "ownership_percentage": "25",
        "email": "string",
        "date_of_birth": "string",
        "home_address": {
          "address": "string",
          "city": "string",
          "state": "string",
          "zip": "string"
        },
        "ssn": "string"
      },
      "owner_four": {
        "first_name": "string",
        "contact_phone": "string",
        "last_name": "string",
        "middle_name": "string",
        "job_title": "President",
        "ownership_percentage": "25",
        "email": "string",
        "date_of_birth": "string",
        "home_address": {
          "address": "string",
          "city": "string",
          "state": "string",
          "zip": "string"
        },
        "ssn": "string"
      },
      "main_product": {
        "description": "string",
        "category": "Apparel",
        "subcategory": "Veterinary Services",
        "website": "string"
      },
      "main_contact_person": {
        "name": "string",
        "email": "string"
      },
      "current_sales": {
        "average_monthly_in_credit_card": "string",
        "average_ticket_value": "string",
        "highest_amount_to_date": "string",
        "sales_percentage": {
          "card_swipe_percentage": "string",
          "moto_percentage": "string",
          "online_percentage": "string",
          "keyed_percentage": "string"
        },
        "average_amex_monthly_sales": "string",
        "average_amex_ticket_value": "string"
      },
      "bank_account_results": "string",
      "capabilities": {
        "types": [
          "two_tiered",
          "ach"
        ],
        "options": {
          "two_tiered": {
            "vmd_cp_rate_percent": "2.00",
            "vmd_cp_fee_fixed": "0.10",
            "vmd_cnp_rate_percent": "2.50",
            "vmd_cnp_fee_fixed": "0.15",
            "amex_cp_rate_percent": "3.10",
            "amex_cp_fee_fixed": "0.25",
            "amex_cnp_rate_percent": "3.50",
            "amex_cnp_fee_fixed": "0.30"
          },
          "ach": {
            "txn_fee_percent": "1.50",
            "txn_fee_fixed": "0.25"
          }
        }
      },
      "fees": {
        "monthly": {
          "minimum_processing_fee": 35,
          "merchant_advance_service_charge": 35
        }
      }
    },
    "agent": 0
  }'

Responses

Create merchant. If a merchant with the given device IMEI already exists for this account, it will return the existing merchant. Note: Phone numbers are not used for deduplication.

Bodyapplication/json
idstringrequired
Example: "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k"
phonestringrequired
Example: "12819374192"
automatic_payoutsbooleanrequired

Merchant payouts status

deactivatedbooleanrequired

Merchant deactivation flag

created_atstring(date-time)required
lead_idnumberrequired

Onboarding application ID

lead_onboarding_statusstringrequired
Enum"NOT_STARTED""IN_PROGRESS""COMPLETED""APPROVED""FAILED"
merchantobjectrequired
merchant.​legal_business_namestringrequired
merchant.​legal_phonestringrequired
merchant.​business_phonestring
merchant.​business_typestringrequired
Enum"Sole Proprietor""Limited Liability (LLC)""Partnership""Association/State & Trust""Tax Exempt Org""Corporation"
merchant.​bank_accountobject(BankAccount)required
merchant.​bank_account.​bank_namestringrequired
merchant.​bank_account.​routing_numberstringrequired
merchant.​bank_account.​account_holder_namestringrequired
merchant.​bank_account.​account_numberstringrequired
merchant.​bank_account.​account_number_confirmstringrequired
merchant.​tinstringrequired
merchant.​tin_typestringrequired
Enum"EIN""SSN""ITIN"
merchant.​doing_business_asstring
merchant.​business_established_datestringrequired
merchant.​legal_business_addressobject(Address)required
merchant.​legal_business_address.​addressstringrequired
merchant.​legal_business_address.​citystringrequired
merchant.​legal_business_address.​statestringrequired
merchant.​legal_business_address.​zipstringrequired
merchant.​dba_addressobject(Address)
merchant.​owner_oneobject(Owner)required
merchant.​owner_one.​first_namestringrequired
merchant.​owner_one.​contact_phonestring
merchant.​owner_one.​last_namestringrequired
merchant.​owner_one.​middle_namestring
merchant.​owner_one.​job_titlestringrequired
Enum"President""Vice President""Treasurer""Owner""Partner""CEO""Secretary""Director""Controller""Accountant"
merchant.​owner_one.​ownership_percentagestringrequired

Ownership percentage as a numeric value between 0 and 100 (without % symbol)

Example: "25"
merchant.​owner_one.​emailstringrequired
merchant.​owner_one.​date_of_birthstringrequired
merchant.​owner_one.​home_addressobject(Address)required
merchant.​owner_one.​home_address.​addressstringrequired
merchant.​owner_one.​home_address.​citystringrequired
merchant.​owner_one.​home_address.​statestringrequired
merchant.​owner_one.​home_address.​zipstringrequired
merchant.​owner_one.​ssnstringrequired
merchant.​owner_twoobject(Owner)
merchant.​owner_threeobject(Owner)
merchant.​owner_fourobject(Owner)
merchant.​main_productobject(Product)required
merchant.​main_product.​descriptionstringrequired
merchant.​main_product.​categorystringrequired
Enum"Apparel""B2B""Construction""Education""Entertainment""Financial Services""Grocery and Food""Lodging""Medical""Restaurants"
merchant.​main_product.​subcategorystringrequired
Enum"Veterinary Services""Agricultural Cooperatives""Landscaping Services""Miscellaneous Publishing and Printing Services""Typesetting, Plate Making and Related Services (Business to Business MCC)""Specialty Cleaning, Polishing and Sanitation Preparations (Business to Business MCC)""Equipment Sales""Tailors, Seamstresses, Mending, Alterations""Laundry, Cleaning, and Garment Services""Laundromats"
merchant.​main_product.​websitestringrequired
merchant.​main_contact_personobject(MainContactPerson)required
merchant.​main_contact_person.​namestringrequired
merchant.​main_contact_person.​emailstringrequired
merchant.​current_salesobject(Sales)required
merchant.​current_sales.​average_monthly_in_credit_cardstringrequired
merchant.​current_sales.​average_ticket_valuestringrequired
merchant.​current_sales.​highest_amount_to_datestringrequired
merchant.​current_sales.​sales_percentageobject(SalesPercentage)required
merchant.​current_sales.​sales_percentage.​card_swipe_percentagestringrequired
merchant.​current_sales.​sales_percentage.​moto_percentagestring
merchant.​current_sales.​sales_percentage.​online_percentagestringrequired
merchant.​current_sales.​sales_percentage.​keyed_percentagestringrequired
merchant.​current_sales.​average_amex_monthly_salesstringrequired
merchant.​current_sales.​average_amex_ticket_valuestringrequired
merchant.​bank_account_resultsstring
merchant.​capabilitiesobject
merchant.​feesobject
paymentobjectrequired
payment.​tokenizer_publishable_keystringrequired

Public key used for tokenizer

Example: "pub_XXXXXXXXXXXXXX"
payment.​terminal_idstringrequired

Terminal ID

Example: "Cx78a65ada9"
defaultsobjectrequired
defaults.​display_namestringrequired

Display name for the merchant

Example: "My Store"
defaults.​logostringrequired

Logo URL for the merchant

Example: "https://example.com/logo.png"
defaults.​primary_colorstringrequired

Primary color for merchant branding

Example: "#FF5733"
defaults.​secondary_colorstringrequired

Secondary color for merchant branding

Example: "#FF5733"
defaults.​redirect_urlstring

URL to redirect after completing a transaction

Example: "https://merchant-site.com/thank-you"
defaults.​custom_domainstring

Custom domain for merchant onboarding

Example: "https://apply.example.com"
defaults.​supportobject

ISV support contact information

default_capabilitiesobjectrequired
default_capabilities.​typesArray of stringsrequired

Capability types

Items Enum"two_tiered""pass_through_ic""flat_rate""tiered""cash_discount""ach"
Example: ["two_tiered","ach"]
default_capabilities.​optionsobjectrequired
default_capabilities.​options.​two_tieredobjectrequired
default_capabilities.​options.​two_tiered.​vmd_cp_rate_percentstringrequired

Visa/Mastercard card present rate percent

Example: "2.00"
default_capabilities.​options.​two_tiered.​vmd_cp_fee_fixedstringrequired

Visa/Mastercard card present fee fixed

Example: "0.10"
default_capabilities.​options.​two_tiered.​vmd_cnp_rate_percentstringrequired

Visa/Mastercard card not present rate percent

Example: "2.50"
default_capabilities.​options.​two_tiered.​vmd_cnp_fee_fixedstringrequired

Visa/Mastercard card not present fee fixed

Example: "0.15"
default_capabilities.​options.​two_tiered.​amex_cp_rate_percentstringrequired

Amex card present rate percent

Example: "3.10"
default_capabilities.​options.​two_tiered.​amex_cp_fee_fixedstringrequired

Amex card present fee fixed

Example: "0.25"
default_capabilities.​options.​two_tiered.​amex_cnp_rate_percentstringrequired

Amex card not present rate percent

Example: "3.50"
default_capabilities.​options.​two_tiered.​amex_cnp_fee_fixedstringrequired

Amex card not present fee fixed

Example: "0.30"
default_capabilities.​options.​pass_through_icobjectrequired
default_capabilities.​options.​pass_through_ic.​processor_markup_percentstringrequired

Processor markup percent

Example: "0.10"
default_capabilities.​options.​pass_through_ic.​transaction_fee_fixedstringrequired

Transaction fee fixed

Example: "0.10"
default_capabilities.​options.​pass_through_ic.​vmd_credit_discount_percentstringrequired

Visa/Mastercard credit discount percent

default_capabilities.​options.​pass_through_ic.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

default_capabilities.​options.​pass_through_ic.​vmd_debit_discount_percentstringrequired

Visa/Mastercard debit discount percent

default_capabilities.​options.​pass_through_ic.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

default_capabilities.​options.​pass_through_ic.​amex_discount_percentstringrequired

Amex discount percent

default_capabilities.​options.​pass_through_ic.​amex_fee_fixedstringrequired

Amex fee fixed

default_capabilities.​options.​flat_rateobjectrequired
default_capabilities.​options.​flat_rate.​rate_percentstringrequired

Flat rate percent

Example: "2.90"
default_capabilities.​options.​flat_rate.​fee_fixedstringrequired

Fee fixed

Example: "0.30"
default_capabilities.​options.​flat_rate.​vmd_credit_rate_percentstringrequired

Visa/Mastercard credit rate percent

default_capabilities.​options.​flat_rate.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

default_capabilities.​options.​flat_rate.​vmd_debit_rate_percentstringrequired

Visa/Mastercard debit rate percent

default_capabilities.​options.​flat_rate.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

default_capabilities.​options.​flat_rate.​amex_rate_percentstringrequired

Amex rate percent

default_capabilities.​options.​flat_rate.​amex_fee_fixedstringrequired

Amex fee fixed

default_capabilities.​options.​tieredobjectrequired
default_capabilities.​options.​tiered.​vmd_qual_credit_rate_percentstringrequired

Visa/Mastercard qualified credit rate percent

Example: "1.79"
default_capabilities.​options.​tiered.​vmd_midq_credit_rate_percentstringrequired

Visa/Mastercard mid-qualified credit rate percent

Example: "2.19"
default_capabilities.​options.​tiered.​vmd_midq_credit_fee_fixedstringrequired

Visa/Mastercard mid-qualified credit fee fixed

Example: "0.15"
default_capabilities.​options.​tiered.​vmd_nonq_credit_rate_percentstringrequired

Visa/Mastercard non-qualified credit rate percent

Example: "3.25"
default_capabilities.​options.​tiered.​vmd_nonq_credit_fee_fixedstringrequired

Visa/Mastercard non-qualified credit fee fixed

Example: "0.20"
default_capabilities.​options.​tiered.​vmd_qual_debit_rate_percentstringrequired

Visa/Mastercard qualified debit rate percent

Example: "1.50"
default_capabilities.​options.​tiered.​vmd_midq_debit_rate_percentstringrequired

Visa/Mastercard mid-qualified debit rate percent

Example: "1.90"
default_capabilities.​options.​tiered.​vmd_midq_debit_fee_fixedstringrequired

Visa/Mastercard mid-qualified debit fee fixed

Example: "0.12"
default_capabilities.​options.​tiered.​vmd_nonq_debit_rate_percentstringrequired

Visa/Mastercard non-qualified debit rate percent

Example: "2.95"
default_capabilities.​options.​tiered.​vmd_nonq_debit_fee_fixedstringrequired

Visa/Mastercard non-qualified debit fee fixed

Example: "0.18"
default_capabilities.​options.​tiered.​amex_qual_credit_rate_percentstringrequired

Amex qualified credit rate percent

Example: "2.89"
default_capabilities.​options.​tiered.​amex_midq_credit_rate_percentstringrequired

Amex mid-qualified credit rate percent

Example: "3.29"
default_capabilities.​options.​tiered.​amex_midq_credit_fee_fixedstringrequired

Amex mid-qualified credit fee fixed

Example: "0.25"
default_capabilities.​options.​tiered.​amex_nonq_credit_rate_percentstringrequired

Amex non-qualified credit rate percent

Example: "4.35"
default_capabilities.​options.​tiered.​amex_nonq_credit_fee_fixedstringrequired

Amex non-qualified credit fee fixed

Example: "0.30"
default_capabilities.​options.​tiered.​qualified_rate_percentstringrequired

Qualified rate percent (legacy)

Example: "1.79"
default_capabilities.​options.​tiered.​qualified_fee_fixedstringrequired

Qualified fee fixed (legacy)

Example: "0.10"
default_capabilities.​options.​tiered.​mid_qualified_rate_percentstringrequired

Mid-qualified rate percent (legacy)

Example: "2.19"
default_capabilities.​options.​tiered.​mid_qualified_fee_fixedstringrequired

Mid-qualified fee fixed (legacy)

Example: "0.15"
default_capabilities.​options.​tiered.​non_qualified_rate_percentstringrequired

Non-qualified rate percent (legacy)

Example: "3.25"
default_capabilities.​options.​tiered.​non_qualified_fee_fixedstringrequired

Non-qualified fee fixed (legacy)

Example: "0.20"
default_capabilities.​options.​cash_discountobjectrequired
default_capabilities.​options.​cash_discount.​advantage_ratestringrequired

TalusPay Advantage rate percentage

Enum"4.00""3.99""3.75""3.50""3.25""3.00"
Example: "3.00"
default_capabilities.​options.​achobjectrequired
default_capabilities.​options.​ach.​txn_fee_fixedstringrequired

ACH transaction fixed fee

Example: "0.25"
default_capabilities.​options.​ach.​txn_fee_percentstringrequired

ACH transaction percentage fee

Example: "0.75"
default_capabilities.​options.​ach.​return_fee_fixedstringrequired

ACH return fixed fee

Example: "5.00"
default_capabilities.​options.​ach.​chargeback_fee_fixedstringrequired

ACH chargeback fixed fee

Example: "10.00"
default_capabilities.​options.​ach.​txn_premium_fee_fixedstringrequired

ACH transaction premium fixed fee

Example: "0.30"
default_capabilities.​options.​ach.​monthly_feestringrequired

ACH monthly fee

Example: "25.00"
default_capabilities.​options.​ach.​daily_batch_feestringrequired

ACH daily batch fee

Example: "1.00"
default_capabilities.​options.​ach.​return_reversal_feestringrequired

ACH return reversal fee

Example: "7.50"
default_capabilities.​options.​ach.​gross_volume_discount_ratestringrequired

ACH gross volume discount rate

Example: "2.50"
default_capabilities.​options.​ach.​premium_discount_ratestringrequired

ACH premium discount rate

Example: "3.00"
payment_keysobjectrequired
deviceobject
Response
application/json
{ "id": "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k", "phone": "12819374192", "automatic_payouts": true, "deactivated": true, "created_at": "2019-08-24T14:15:22Z", "lead_id": 0, "lead_onboarding_status": "NOT_STARTED", "merchant": { "legal_business_name": "string", "legal_phone": "string", "business_phone": "string", "business_type": "Sole Proprietor", "bank_account": { … }, "tin": "string", "tin_type": "EIN", "doing_business_as": "string", "business_established_date": "string", "legal_business_address": { … }, "dba_address": { … }, "owner_one": { … }, "owner_two": { … }, "owner_three": { … }, "owner_four": { … }, "main_product": { … }, "main_contact_person": { … }, "current_sales": { … }, "bank_account_results": "string", "capabilities": { … }, "fees": { … } }, "payment": { "tokenizer_publishable_key": "pub_XXXXXXXXXXXXXX", "terminal_id": "Cx78a65ada9" }, "defaults": { "display_name": "My Store", "logo": "https://example.com/logo.png", "primary_color": "#FF5733", "secondary_color": "#FF5733", "redirect_url": "https://merchant-site.com/thank-you", "custom_domain": "https://apply.example.com", "support": {} }, "default_capabilities": { "types": [ … ], "options": { … } }, "payment_keys": {}, "device": { "id": "dev_2x4y6z8a0b1c2d3e4f5g6h7j8k", "imei": "357111112222333", "imei_status": "ACTIVE", "created_at": "2024-01-15T10:30:00.000Z", "updated_at": "2024-01-15T10:30:00.000Z" } }

List merchants

Request

Security
account-password-sign-in or api-key-secret
Query
filter.lead.onboardingStatusany

Filter by lead onboarding status

Enum"NOT_STARTED""IN_PROGRESS""COMPLETED""APPROVED""FAILED"
filter.createdAtany(date)

Filter by creation date (ISO format date string)

filter.deactivatedboolean

Filter by deactivated status

Example: filter.deactivated=false
filter.phoneNumberstring

Filter by phone number (exact match)

Example: filter.phoneNumber=+1234567890
filter.sidstring

Filter by merchant SID (exact match)

Example: filter.sid=merchant_01234567890abcdef
sortBystring^(sid,createdAt|phoneNumber|deactivated|lead\...

Sort by field. Available fields: sid, createdAt, phoneNumber, deactivated, lead.onboardingStatus

Default "createdAt:DESC"
limitnumber[ 1 .. 100 ]

Number of items per page

Default 20
pagenumber>= 1

Page number (1-based)

Default 1
curl -i -X GET \
  'https://docs.taluspay.com/_mock/openapi/v1/merchants?filter.lead.onboardingStatus=NOT_STARTED&filter.deactivated=false&filter.phoneNumber=%2B1234567890&filter.sid=merchant_01234567890abcdef&sortBy=createdAt%3ADESC&limit=20&page=1' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

List all merchants for the account with pagination

Bodyapplication/json
merchantsArray of objects(SimplifiedMerchantResponseDto)required

List of merchants

merchants[].​idstringrequired
Example: "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k"
merchants[].​phonestringrequired
Example: "12819374192"
merchants[].​automatic_payoutsbooleanrequired

Merchant payouts status

merchants[].​deactivatedbooleanrequired

Merchant deactivation flag

merchants[].​created_atstring(date-time)required
merchants[].​lead_idnumberrequired

Onboarding application ID

merchants[].​lead_onboarding_statusstringrequired
Enum"NOT_STARTED""IN_PROGRESS""COMPLETED""APPROVED""FAILED"
merchants[].​merchantobjectrequired
merchants[].​merchant.​legal_business_namestringrequired
merchants[].​merchant.​legal_phonestringrequired
merchants[].​merchant.​business_phonestring
merchants[].​merchant.​business_typestringrequired
Enum"Sole Proprietor""Limited Liability (LLC)""Partnership""Association/State & Trust""Tax Exempt Org""Corporation"
merchants[].​merchant.​bank_accountobject(BankAccount)required
merchants[].​merchant.​bank_account.​bank_namestringrequired
merchants[].​merchant.​bank_account.​routing_numberstringrequired
merchants[].​merchant.​bank_account.​account_holder_namestringrequired
merchants[].​merchant.​bank_account.​account_numberstringrequired
merchants[].​merchant.​bank_account.​account_number_confirmstringrequired
merchants[].​merchant.​tinstringrequired
merchants[].​merchant.​tin_typestringrequired
Enum"EIN""SSN""ITIN"
merchants[].​merchant.​doing_business_asstring
merchants[].​merchant.​business_established_datestringrequired
merchants[].​merchant.​legal_business_addressobject(Address)required
merchants[].​merchant.​legal_business_address.​addressstringrequired
merchants[].​merchant.​legal_business_address.​citystringrequired
merchants[].​merchant.​legal_business_address.​statestringrequired
merchants[].​merchant.​legal_business_address.​zipstringrequired
merchants[].​merchant.​dba_addressobject(Address)
merchants[].​merchant.​owner_oneobject(Owner)required
merchants[].​merchant.​owner_one.​first_namestringrequired
merchants[].​merchant.​owner_one.​contact_phonestring
merchants[].​merchant.​owner_one.​last_namestringrequired
merchants[].​merchant.​owner_one.​middle_namestring
merchants[].​merchant.​owner_one.​job_titlestringrequired
Enum"President""Vice President""Treasurer""Owner""Partner""CEO""Secretary""Director""Controller""Accountant"
merchants[].​merchant.​owner_one.​ownership_percentagestringrequired

Ownership percentage as a numeric value between 0 and 100 (without % symbol)

Example: "25"
merchants[].​merchant.​owner_one.​emailstringrequired
merchants[].​merchant.​owner_one.​date_of_birthstringrequired
merchants[].​merchant.​owner_one.​home_addressobject(Address)required
merchants[].​merchant.​owner_one.​home_address.​addressstringrequired
merchants[].​merchant.​owner_one.​home_address.​citystringrequired
merchants[].​merchant.​owner_one.​home_address.​statestringrequired
merchants[].​merchant.​owner_one.​home_address.​zipstringrequired
merchants[].​merchant.​owner_one.​ssnstringrequired
merchants[].​merchant.​owner_twoobject(Owner)
merchants[].​merchant.​owner_threeobject(Owner)
merchants[].​merchant.​owner_fourobject(Owner)
merchants[].​merchant.​main_productobject(Product)required
merchants[].​merchant.​main_product.​descriptionstringrequired
merchants[].​merchant.​main_product.​categorystringrequired
Enum"Apparel""B2B""Construction""Education""Entertainment""Financial Services""Grocery and Food""Lodging""Medical""Restaurants"
merchants[].​merchant.​main_product.​subcategorystringrequired
Enum"Veterinary Services""Agricultural Cooperatives""Landscaping Services""Miscellaneous Publishing and Printing Services""Typesetting, Plate Making and Related Services (Business to Business MCC)""Specialty Cleaning, Polishing and Sanitation Preparations (Business to Business MCC)""Equipment Sales""Tailors, Seamstresses, Mending, Alterations""Laundry, Cleaning, and Garment Services""Laundromats"
merchants[].​merchant.​main_product.​websitestringrequired
merchants[].​merchant.​main_contact_personobject(MainContactPerson)required
merchants[].​merchant.​main_contact_person.​namestringrequired
merchants[].​merchant.​main_contact_person.​emailstringrequired
merchants[].​merchant.​current_salesobject(Sales)required
merchants[].​merchant.​current_sales.​average_monthly_in_credit_cardstringrequired
merchants[].​merchant.​current_sales.​average_ticket_valuestringrequired
merchants[].​merchant.​current_sales.​highest_amount_to_datestringrequired
merchants[].​merchant.​current_sales.​sales_percentageobject(SalesPercentage)required
merchants[].​merchant.​current_sales.​sales_percentage.​card_swipe_percentagestringrequired
merchants[].​merchant.​current_sales.​sales_percentage.​moto_percentagestring
merchants[].​merchant.​current_sales.​sales_percentage.​online_percentagestringrequired
merchants[].​merchant.​current_sales.​sales_percentage.​keyed_percentagestringrequired
merchants[].​merchant.​current_sales.​average_amex_monthly_salesstringrequired
merchants[].​merchant.​current_sales.​average_amex_ticket_valuestringrequired
merchants[].​merchant.​bank_account_resultsstring
merchants[].​merchant.​capabilitiesobject
merchants[].​merchant.​feesobject
merchants[].​paymentobjectrequired
merchants[].​payment.​tokenizer_publishable_keystringrequired

Public key used for tokenizer

Example: "pub_XXXXXXXXXXXXXX"
merchants[].​payment.​terminal_idstringrequired

Terminal ID

Example: "Cx78a65ada9"
merchants[].​defaultsobjectrequired
merchants[].​defaults.​display_namestringrequired

Display name for the merchant

Example: "My Store"
merchants[].​defaults.​logostringrequired

Logo URL for the merchant

Example: "https://example.com/logo.png"
merchants[].​defaults.​primary_colorstringrequired

Primary color for merchant branding

Example: "#FF5733"
merchants[].​defaults.​secondary_colorstringrequired

Secondary color for merchant branding

Example: "#FF5733"
merchants[].​defaults.​redirect_urlstring

URL to redirect after completing a transaction

Example: "https://merchant-site.com/thank-you"
merchants[].​defaults.​custom_domainstring

Custom domain for merchant onboarding

Example: "https://apply.example.com"
merchants[].​defaults.​supportobject

ISV support contact information

merchants[].​default_capabilitiesobjectrequired
merchants[].​default_capabilities.​typesArray of stringsrequired

Capability types

Items Enum"two_tiered""pass_through_ic""flat_rate""tiered""cash_discount""ach"
Example: ["two_tiered","ach"]
merchants[].​default_capabilities.​optionsobjectrequired
merchants[].​default_capabilities.​options.​two_tieredobjectrequired
merchants[].​default_capabilities.​options.​two_tiered.​vmd_cp_rate_percentstringrequired

Visa/Mastercard card present rate percent

Example: "2.00"
merchants[].​default_capabilities.​options.​two_tiered.​vmd_cp_fee_fixedstringrequired

Visa/Mastercard card present fee fixed

Example: "0.10"
merchants[].​default_capabilities.​options.​two_tiered.​vmd_cnp_rate_percentstringrequired

Visa/Mastercard card not present rate percent

Example: "2.50"
merchants[].​default_capabilities.​options.​two_tiered.​vmd_cnp_fee_fixedstringrequired

Visa/Mastercard card not present fee fixed

Example: "0.15"
merchants[].​default_capabilities.​options.​two_tiered.​amex_cp_rate_percentstringrequired

Amex card present rate percent

Example: "3.10"
merchants[].​default_capabilities.​options.​two_tiered.​amex_cp_fee_fixedstringrequired

Amex card present fee fixed

Example: "0.25"
merchants[].​default_capabilities.​options.​two_tiered.​amex_cnp_rate_percentstringrequired

Amex card not present rate percent

Example: "3.50"
merchants[].​default_capabilities.​options.​two_tiered.​amex_cnp_fee_fixedstringrequired

Amex card not present fee fixed

Example: "0.30"
merchants[].​default_capabilities.​options.​pass_through_icobjectrequired
merchants[].​default_capabilities.​options.​pass_through_ic.​processor_markup_percentstringrequired

Processor markup percent

Example: "0.10"
merchants[].​default_capabilities.​options.​pass_through_ic.​transaction_fee_fixedstringrequired

Transaction fee fixed

Example: "0.10"
merchants[].​default_capabilities.​options.​pass_through_ic.​vmd_credit_discount_percentstringrequired

Visa/Mastercard credit discount percent

merchants[].​default_capabilities.​options.​pass_through_ic.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

merchants[].​default_capabilities.​options.​pass_through_ic.​vmd_debit_discount_percentstringrequired

Visa/Mastercard debit discount percent

merchants[].​default_capabilities.​options.​pass_through_ic.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

merchants[].​default_capabilities.​options.​pass_through_ic.​amex_discount_percentstringrequired

Amex discount percent

merchants[].​default_capabilities.​options.​pass_through_ic.​amex_fee_fixedstringrequired

Amex fee fixed

merchants[].​default_capabilities.​options.​flat_rateobjectrequired
merchants[].​default_capabilities.​options.​flat_rate.​rate_percentstringrequired

Flat rate percent

Example: "2.90"
merchants[].​default_capabilities.​options.​flat_rate.​fee_fixedstringrequired

Fee fixed

Example: "0.30"
merchants[].​default_capabilities.​options.​flat_rate.​vmd_credit_rate_percentstringrequired

Visa/Mastercard credit rate percent

merchants[].​default_capabilities.​options.​flat_rate.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

merchants[].​default_capabilities.​options.​flat_rate.​vmd_debit_rate_percentstringrequired

Visa/Mastercard debit rate percent

merchants[].​default_capabilities.​options.​flat_rate.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

merchants[].​default_capabilities.​options.​flat_rate.​amex_rate_percentstringrequired

Amex rate percent

merchants[].​default_capabilities.​options.​flat_rate.​amex_fee_fixedstringrequired

Amex fee fixed

merchants[].​default_capabilities.​options.​tieredobjectrequired
merchants[].​default_capabilities.​options.​tiered.​vmd_qual_credit_rate_percentstringrequired

Visa/Mastercard qualified credit rate percent

Example: "1.79"
merchants[].​default_capabilities.​options.​tiered.​vmd_midq_credit_rate_percentstringrequired

Visa/Mastercard mid-qualified credit rate percent

Example: "2.19"
merchants[].​default_capabilities.​options.​tiered.​vmd_midq_credit_fee_fixedstringrequired

Visa/Mastercard mid-qualified credit fee fixed

Example: "0.15"
merchants[].​default_capabilities.​options.​tiered.​vmd_nonq_credit_rate_percentstringrequired

Visa/Mastercard non-qualified credit rate percent

Example: "3.25"
merchants[].​default_capabilities.​options.​tiered.​vmd_nonq_credit_fee_fixedstringrequired

Visa/Mastercard non-qualified credit fee fixed

Example: "0.20"
merchants[].​default_capabilities.​options.​tiered.​vmd_qual_debit_rate_percentstringrequired

Visa/Mastercard qualified debit rate percent

Example: "1.50"
merchants[].​default_capabilities.​options.​tiered.​vmd_midq_debit_rate_percentstringrequired

Visa/Mastercard mid-qualified debit rate percent

Example: "1.90"
merchants[].​default_capabilities.​options.​tiered.​vmd_midq_debit_fee_fixedstringrequired

Visa/Mastercard mid-qualified debit fee fixed

Example: "0.12"
merchants[].​default_capabilities.​options.​tiered.​vmd_nonq_debit_rate_percentstringrequired

Visa/Mastercard non-qualified debit rate percent

Example: "2.95"
merchants[].​default_capabilities.​options.​tiered.​vmd_nonq_debit_fee_fixedstringrequired

Visa/Mastercard non-qualified debit fee fixed

Example: "0.18"
merchants[].​default_capabilities.​options.​tiered.​amex_qual_credit_rate_percentstringrequired

Amex qualified credit rate percent

Example: "2.89"
merchants[].​default_capabilities.​options.​tiered.​amex_midq_credit_rate_percentstringrequired

Amex mid-qualified credit rate percent

Example: "3.29"
merchants[].​default_capabilities.​options.​tiered.​amex_midq_credit_fee_fixedstringrequired

Amex mid-qualified credit fee fixed

Example: "0.25"
merchants[].​default_capabilities.​options.​tiered.​amex_nonq_credit_rate_percentstringrequired

Amex non-qualified credit rate percent

Example: "4.35"
merchants[].​default_capabilities.​options.​tiered.​amex_nonq_credit_fee_fixedstringrequired

Amex non-qualified credit fee fixed

Example: "0.30"
merchants[].​default_capabilities.​options.​tiered.​qualified_rate_percentstringrequired

Qualified rate percent (legacy)

Example: "1.79"
merchants[].​default_capabilities.​options.​tiered.​qualified_fee_fixedstringrequired

Qualified fee fixed (legacy)

Example: "0.10"
merchants[].​default_capabilities.​options.​tiered.​mid_qualified_rate_percentstringrequired

Mid-qualified rate percent (legacy)

Example: "2.19"
merchants[].​default_capabilities.​options.​tiered.​mid_qualified_fee_fixedstringrequired

Mid-qualified fee fixed (legacy)

Example: "0.15"
merchants[].​default_capabilities.​options.​tiered.​non_qualified_rate_percentstringrequired

Non-qualified rate percent (legacy)

Example: "3.25"
merchants[].​default_capabilities.​options.​tiered.​non_qualified_fee_fixedstringrequired

Non-qualified fee fixed (legacy)

Example: "0.20"
merchants[].​default_capabilities.​options.​cash_discountobjectrequired
merchants[].​default_capabilities.​options.​cash_discount.​advantage_ratestringrequired

TalusPay Advantage rate percentage

Enum"4.00""3.99""3.75""3.50""3.25""3.00"
Example: "3.00"
merchants[].​default_capabilities.​options.​achobjectrequired
merchants[].​default_capabilities.​options.​ach.​txn_fee_fixedstringrequired

ACH transaction fixed fee

Example: "0.25"
merchants[].​default_capabilities.​options.​ach.​txn_fee_percentstringrequired

ACH transaction percentage fee

Example: "0.75"
merchants[].​default_capabilities.​options.​ach.​return_fee_fixedstringrequired

ACH return fixed fee

Example: "5.00"
merchants[].​default_capabilities.​options.​ach.​chargeback_fee_fixedstringrequired

ACH chargeback fixed fee

Example: "10.00"
merchants[].​default_capabilities.​options.​ach.​txn_premium_fee_fixedstringrequired

ACH transaction premium fixed fee

Example: "0.30"
merchants[].​default_capabilities.​options.​ach.​monthly_feestringrequired

ACH monthly fee

Example: "25.00"
merchants[].​default_capabilities.​options.​ach.​daily_batch_feestringrequired

ACH daily batch fee

Example: "1.00"
merchants[].​default_capabilities.​options.​ach.​return_reversal_feestringrequired

ACH return reversal fee

Example: "7.50"
merchants[].​default_capabilities.​options.​ach.​gross_volume_discount_ratestringrequired

ACH gross volume discount rate

Example: "2.50"
merchants[].​default_capabilities.​options.​ach.​premium_discount_ratestringrequired

ACH premium discount rate

Example: "3.00"
merchants[].​deviceobject
paginationobjectrequired
pagination.​pagenumberrequired

Current page number

Example: 1
pagination.​limitnumberrequired

Number of items per page

Example: 20
pagination.​totalnumberrequired

Total number of items

Example: 150
pagination.​total_pagesnumberrequired

Total number of pages

Example: 8
pagination.​has_nextbooleanrequired

Whether there is a next page

Example: true
pagination.​has_previousbooleanrequired

Whether there is a previous page

Example: false
Response
application/json
{ "merchants": [ { … } ], "pagination": { "page": 1, "limit": 20, "total": 150, "total_pages": 8, "has_next": true, "has_previous": false } }

Get merchant

Request

Security
account-password-sign-in or api-key-secret
Path
merchant_idstringrequired
curl -i -X GET \
  'https://docs.taluspay.com/_mock/openapi/v1/merchants/{merchant_id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Get merchant object

Bodyapplication/json
idstringrequired
Example: "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k"
phonestringrequired
Example: "12819374192"
automatic_payoutsbooleanrequired

Merchant payouts status

deactivatedbooleanrequired

Merchant deactivation flag

created_atstring(date-time)required
lead_idnumberrequired

Onboarding application ID

lead_onboarding_statusstringrequired
Enum"NOT_STARTED""IN_PROGRESS""COMPLETED""APPROVED""FAILED"
merchantobjectrequired
merchant.​legal_business_namestringrequired
merchant.​legal_phonestringrequired
merchant.​business_phonestring
merchant.​business_typestringrequired
Enum"Sole Proprietor""Limited Liability (LLC)""Partnership""Association/State & Trust""Tax Exempt Org""Corporation"
merchant.​bank_accountobject(BankAccount)required
merchant.​bank_account.​bank_namestringrequired
merchant.​bank_account.​routing_numberstringrequired
merchant.​bank_account.​account_holder_namestringrequired
merchant.​bank_account.​account_numberstringrequired
merchant.​bank_account.​account_number_confirmstringrequired
merchant.​tinstringrequired
merchant.​tin_typestringrequired
Enum"EIN""SSN""ITIN"
merchant.​doing_business_asstring
merchant.​business_established_datestringrequired
merchant.​legal_business_addressobject(Address)required
merchant.​legal_business_address.​addressstringrequired
merchant.​legal_business_address.​citystringrequired
merchant.​legal_business_address.​statestringrequired
merchant.​legal_business_address.​zipstringrequired
merchant.​dba_addressobject(Address)
merchant.​owner_oneobject(Owner)required
merchant.​owner_one.​first_namestringrequired
merchant.​owner_one.​contact_phonestring
merchant.​owner_one.​last_namestringrequired
merchant.​owner_one.​middle_namestring
merchant.​owner_one.​job_titlestringrequired
Enum"President""Vice President""Treasurer""Owner""Partner""CEO""Secretary""Director""Controller""Accountant"
merchant.​owner_one.​ownership_percentagestringrequired

Ownership percentage as a numeric value between 0 and 100 (without % symbol)

Example: "25"
merchant.​owner_one.​emailstringrequired
merchant.​owner_one.​date_of_birthstringrequired
merchant.​owner_one.​home_addressobject(Address)required
merchant.​owner_one.​home_address.​addressstringrequired
merchant.​owner_one.​home_address.​citystringrequired
merchant.​owner_one.​home_address.​statestringrequired
merchant.​owner_one.​home_address.​zipstringrequired
merchant.​owner_one.​ssnstringrequired
merchant.​owner_twoobject(Owner)
merchant.​owner_threeobject(Owner)
merchant.​owner_fourobject(Owner)
merchant.​main_productobject(Product)required
merchant.​main_product.​descriptionstringrequired
merchant.​main_product.​categorystringrequired
Enum"Apparel""B2B""Construction""Education""Entertainment""Financial Services""Grocery and Food""Lodging""Medical""Restaurants"
merchant.​main_product.​subcategorystringrequired
Enum"Veterinary Services""Agricultural Cooperatives""Landscaping Services""Miscellaneous Publishing and Printing Services""Typesetting, Plate Making and Related Services (Business to Business MCC)""Specialty Cleaning, Polishing and Sanitation Preparations (Business to Business MCC)""Equipment Sales""Tailors, Seamstresses, Mending, Alterations""Laundry, Cleaning, and Garment Services""Laundromats"
merchant.​main_product.​websitestringrequired
merchant.​main_contact_personobject(MainContactPerson)required
merchant.​main_contact_person.​namestringrequired
merchant.​main_contact_person.​emailstringrequired
merchant.​current_salesobject(Sales)required
merchant.​current_sales.​average_monthly_in_credit_cardstringrequired
merchant.​current_sales.​average_ticket_valuestringrequired
merchant.​current_sales.​highest_amount_to_datestringrequired
merchant.​current_sales.​sales_percentageobject(SalesPercentage)required
merchant.​current_sales.​sales_percentage.​card_swipe_percentagestringrequired
merchant.​current_sales.​sales_percentage.​moto_percentagestring
merchant.​current_sales.​sales_percentage.​online_percentagestringrequired
merchant.​current_sales.​sales_percentage.​keyed_percentagestringrequired
merchant.​current_sales.​average_amex_monthly_salesstringrequired
merchant.​current_sales.​average_amex_ticket_valuestringrequired
merchant.​bank_account_resultsstring
merchant.​capabilitiesobject
merchant.​feesobject
paymentobjectrequired
payment.​tokenizer_publishable_keystringrequired

Public key used for tokenizer

Example: "pub_XXXXXXXXXXXXXX"
payment.​terminal_idstringrequired

Terminal ID

Example: "Cx78a65ada9"
defaultsobjectrequired
defaults.​display_namestringrequired

Display name for the merchant

Example: "My Store"
defaults.​logostringrequired

Logo URL for the merchant

Example: "https://example.com/logo.png"
defaults.​primary_colorstringrequired

Primary color for merchant branding

Example: "#FF5733"
defaults.​secondary_colorstringrequired

Secondary color for merchant branding

Example: "#FF5733"
defaults.​redirect_urlstring

URL to redirect after completing a transaction

Example: "https://merchant-site.com/thank-you"
defaults.​custom_domainstring

Custom domain for merchant onboarding

Example: "https://apply.example.com"
defaults.​supportobject

ISV support contact information

default_capabilitiesobjectrequired
default_capabilities.​typesArray of stringsrequired

Capability types

Items Enum"two_tiered""pass_through_ic""flat_rate""tiered""cash_discount""ach"
Example: ["two_tiered","ach"]
default_capabilities.​optionsobjectrequired
default_capabilities.​options.​two_tieredobjectrequired
default_capabilities.​options.​two_tiered.​vmd_cp_rate_percentstringrequired

Visa/Mastercard card present rate percent

Example: "2.00"
default_capabilities.​options.​two_tiered.​vmd_cp_fee_fixedstringrequired

Visa/Mastercard card present fee fixed

Example: "0.10"
default_capabilities.​options.​two_tiered.​vmd_cnp_rate_percentstringrequired

Visa/Mastercard card not present rate percent

Example: "2.50"
default_capabilities.​options.​two_tiered.​vmd_cnp_fee_fixedstringrequired

Visa/Mastercard card not present fee fixed

Example: "0.15"
default_capabilities.​options.​two_tiered.​amex_cp_rate_percentstringrequired

Amex card present rate percent

Example: "3.10"
default_capabilities.​options.​two_tiered.​amex_cp_fee_fixedstringrequired

Amex card present fee fixed

Example: "0.25"
default_capabilities.​options.​two_tiered.​amex_cnp_rate_percentstringrequired

Amex card not present rate percent

Example: "3.50"
default_capabilities.​options.​two_tiered.​amex_cnp_fee_fixedstringrequired

Amex card not present fee fixed

Example: "0.30"
default_capabilities.​options.​pass_through_icobjectrequired
default_capabilities.​options.​pass_through_ic.​processor_markup_percentstringrequired

Processor markup percent

Example: "0.10"
default_capabilities.​options.​pass_through_ic.​transaction_fee_fixedstringrequired

Transaction fee fixed

Example: "0.10"
default_capabilities.​options.​pass_through_ic.​vmd_credit_discount_percentstringrequired

Visa/Mastercard credit discount percent

default_capabilities.​options.​pass_through_ic.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

default_capabilities.​options.​pass_through_ic.​vmd_debit_discount_percentstringrequired

Visa/Mastercard debit discount percent

default_capabilities.​options.​pass_through_ic.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

default_capabilities.​options.​pass_through_ic.​amex_discount_percentstringrequired

Amex discount percent

default_capabilities.​options.​pass_through_ic.​amex_fee_fixedstringrequired

Amex fee fixed

default_capabilities.​options.​flat_rateobjectrequired
default_capabilities.​options.​flat_rate.​rate_percentstringrequired

Flat rate percent

Example: "2.90"
default_capabilities.​options.​flat_rate.​fee_fixedstringrequired

Fee fixed

Example: "0.30"
default_capabilities.​options.​flat_rate.​vmd_credit_rate_percentstringrequired

Visa/Mastercard credit rate percent

default_capabilities.​options.​flat_rate.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

default_capabilities.​options.​flat_rate.​vmd_debit_rate_percentstringrequired

Visa/Mastercard debit rate percent

default_capabilities.​options.​flat_rate.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

default_capabilities.​options.​flat_rate.​amex_rate_percentstringrequired

Amex rate percent

default_capabilities.​options.​flat_rate.​amex_fee_fixedstringrequired

Amex fee fixed

default_capabilities.​options.​tieredobjectrequired
default_capabilities.​options.​tiered.​vmd_qual_credit_rate_percentstringrequired

Visa/Mastercard qualified credit rate percent

Example: "1.79"
default_capabilities.​options.​tiered.​vmd_midq_credit_rate_percentstringrequired

Visa/Mastercard mid-qualified credit rate percent

Example: "2.19"
default_capabilities.​options.​tiered.​vmd_midq_credit_fee_fixedstringrequired

Visa/Mastercard mid-qualified credit fee fixed

Example: "0.15"
default_capabilities.​options.​tiered.​vmd_nonq_credit_rate_percentstringrequired

Visa/Mastercard non-qualified credit rate percent

Example: "3.25"
default_capabilities.​options.​tiered.​vmd_nonq_credit_fee_fixedstringrequired

Visa/Mastercard non-qualified credit fee fixed

Example: "0.20"
default_capabilities.​options.​tiered.​vmd_qual_debit_rate_percentstringrequired

Visa/Mastercard qualified debit rate percent

Example: "1.50"
default_capabilities.​options.​tiered.​vmd_midq_debit_rate_percentstringrequired

Visa/Mastercard mid-qualified debit rate percent

Example: "1.90"
default_capabilities.​options.​tiered.​vmd_midq_debit_fee_fixedstringrequired

Visa/Mastercard mid-qualified debit fee fixed

Example: "0.12"
default_capabilities.​options.​tiered.​vmd_nonq_debit_rate_percentstringrequired

Visa/Mastercard non-qualified debit rate percent

Example: "2.95"
default_capabilities.​options.​tiered.​vmd_nonq_debit_fee_fixedstringrequired

Visa/Mastercard non-qualified debit fee fixed

Example: "0.18"
default_capabilities.​options.​tiered.​amex_qual_credit_rate_percentstringrequired

Amex qualified credit rate percent

Example: "2.89"
default_capabilities.​options.​tiered.​amex_midq_credit_rate_percentstringrequired

Amex mid-qualified credit rate percent

Example: "3.29"
default_capabilities.​options.​tiered.​amex_midq_credit_fee_fixedstringrequired

Amex mid-qualified credit fee fixed

Example: "0.25"
default_capabilities.​options.​tiered.​amex_nonq_credit_rate_percentstringrequired

Amex non-qualified credit rate percent

Example: "4.35"
default_capabilities.​options.​tiered.​amex_nonq_credit_fee_fixedstringrequired

Amex non-qualified credit fee fixed

Example: "0.30"
default_capabilities.​options.​tiered.​qualified_rate_percentstringrequired

Qualified rate percent (legacy)

Example: "1.79"
default_capabilities.​options.​tiered.​qualified_fee_fixedstringrequired

Qualified fee fixed (legacy)

Example: "0.10"
default_capabilities.​options.​tiered.​mid_qualified_rate_percentstringrequired

Mid-qualified rate percent (legacy)

Example: "2.19"
default_capabilities.​options.​tiered.​mid_qualified_fee_fixedstringrequired

Mid-qualified fee fixed (legacy)

Example: "0.15"
default_capabilities.​options.​tiered.​non_qualified_rate_percentstringrequired

Non-qualified rate percent (legacy)

Example: "3.25"
default_capabilities.​options.​tiered.​non_qualified_fee_fixedstringrequired

Non-qualified fee fixed (legacy)

Example: "0.20"
default_capabilities.​options.​cash_discountobjectrequired
default_capabilities.​options.​cash_discount.​advantage_ratestringrequired

TalusPay Advantage rate percentage

Enum"4.00""3.99""3.75""3.50""3.25""3.00"
Example: "3.00"
default_capabilities.​options.​achobjectrequired
default_capabilities.​options.​ach.​txn_fee_fixedstringrequired

ACH transaction fixed fee

Example: "0.25"
default_capabilities.​options.​ach.​txn_fee_percentstringrequired

ACH transaction percentage fee

Example: "0.75"
default_capabilities.​options.​ach.​return_fee_fixedstringrequired

ACH return fixed fee

Example: "5.00"
default_capabilities.​options.​ach.​chargeback_fee_fixedstringrequired

ACH chargeback fixed fee

Example: "10.00"
default_capabilities.​options.​ach.​txn_premium_fee_fixedstringrequired

ACH transaction premium fixed fee

Example: "0.30"
default_capabilities.​options.​ach.​monthly_feestringrequired

ACH monthly fee

Example: "25.00"
default_capabilities.​options.​ach.​daily_batch_feestringrequired

ACH daily batch fee

Example: "1.00"
default_capabilities.​options.​ach.​return_reversal_feestringrequired

ACH return reversal fee

Example: "7.50"
default_capabilities.​options.​ach.​gross_volume_discount_ratestringrequired

ACH gross volume discount rate

Example: "2.50"
default_capabilities.​options.​ach.​premium_discount_ratestringrequired

ACH premium discount rate

Example: "3.00"
payment_keysobjectrequired
deviceobject
Response
application/json
{ "id": "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k", "phone": "12819374192", "automatic_payouts": true, "deactivated": true, "created_at": "2019-08-24T14:15:22Z", "lead_id": 0, "lead_onboarding_status": "NOT_STARTED", "merchant": { "legal_business_name": "string", "legal_phone": "string", "business_phone": "string", "business_type": "Sole Proprietor", "bank_account": { … }, "tin": "string", "tin_type": "EIN", "doing_business_as": "string", "business_established_date": "string", "legal_business_address": { … }, "dba_address": { … }, "owner_one": { … }, "owner_two": { … }, "owner_three": { … }, "owner_four": { … }, "main_product": { … }, "main_contact_person": { … }, "current_sales": { … }, "bank_account_results": "string", "capabilities": { … }, "fees": { … } }, "payment": { "tokenizer_publishable_key": "pub_XXXXXXXXXXXXXX", "terminal_id": "Cx78a65ada9" }, "defaults": { "display_name": "My Store", "logo": "https://example.com/logo.png", "primary_color": "#FF5733", "secondary_color": "#FF5733", "redirect_url": "https://merchant-site.com/thank-you", "custom_domain": "https://apply.example.com", "support": {} }, "default_capabilities": { "types": [ … ], "options": { … } }, "payment_keys": {}, "device": { "id": "dev_2x4y6z8a0b1c2d3e4f5g6h7j8k", "imei": "357111112222333", "imei_status": "ACTIVE", "created_at": "2024-01-15T10:30:00.000Z", "updated_at": "2024-01-15T10:30:00.000Z" } }

Update merchant

Request

Security
api-key-secret
Path
merchant_idstringrequired
Bodyapplication/jsonrequired
legal_business_namestringrequired
legal_phonestringrequired
business_phonestring
business_typestringrequired
Enum"Sole Proprietor""Limited Liability (LLC)""Partnership""Association/State & Trust""Tax Exempt Org""Corporation"
bank_accountobject(BankAccount)required
bank_account.​bank_namestringrequired
bank_account.​routing_numberstringrequired
bank_account.​account_holder_namestringrequired
bank_account.​account_numberstringrequired
bank_account.​account_number_confirmstringrequired
tinstringrequired
tin_typestringrequired
Enum"EIN""SSN""ITIN"
doing_business_asstring
business_established_datestringrequired
legal_business_addressobject(Address)required
legal_business_address.​addressstringrequired
legal_business_address.​citystringrequired
legal_business_address.​statestringrequired
legal_business_address.​zipstringrequired
dba_addressobject(Address)
owner_oneobject(Owner)required
owner_one.​first_namestringrequired
owner_one.​contact_phonestring
owner_one.​last_namestringrequired
owner_one.​middle_namestring
owner_one.​job_titlestringrequired
Enum"President""Vice President""Treasurer""Owner""Partner""CEO""Secretary""Director""Controller""Accountant"
owner_one.​ownership_percentagestringrequired

Ownership percentage as a numeric value between 0 and 100 (without % symbol)

Example: "25"
owner_one.​emailstringrequired
owner_one.​date_of_birthstringrequired
owner_one.​home_addressobject(Address)required
owner_one.​home_address.​addressstringrequired
owner_one.​home_address.​citystringrequired
owner_one.​home_address.​statestringrequired
owner_one.​home_address.​zipstringrequired
owner_one.​ssnstringrequired
owner_twoobject(Owner)
owner_threeobject(Owner)
owner_fourobject(Owner)
main_productobject(Product)required
main_product.​descriptionstringrequired
main_product.​categorystringrequired
Enum"Apparel""B2B""Construction""Education""Entertainment""Financial Services""Grocery and Food""Lodging""Medical""Restaurants"
main_product.​subcategorystringrequired
Enum"Veterinary Services""Agricultural Cooperatives""Landscaping Services""Miscellaneous Publishing and Printing Services""Typesetting, Plate Making and Related Services (Business to Business MCC)""Specialty Cleaning, Polishing and Sanitation Preparations (Business to Business MCC)""Equipment Sales""Tailors, Seamstresses, Mending, Alterations""Laundry, Cleaning, and Garment Services""Laundromats"
main_product.​websitestringrequired
main_contact_personobject(MainContactPerson)required
main_contact_person.​namestringrequired
main_contact_person.​emailstringrequired
current_salesobject(Sales)required
current_sales.​average_monthly_in_credit_cardstringrequired
current_sales.​average_ticket_valuestringrequired
current_sales.​highest_amount_to_datestringrequired
current_sales.​sales_percentageobject(SalesPercentage)required
current_sales.​sales_percentage.​card_swipe_percentagestringrequired
current_sales.​sales_percentage.​moto_percentagestring
current_sales.​sales_percentage.​online_percentagestringrequired
current_sales.​sales_percentage.​keyed_percentagestringrequired
current_sales.​average_amex_monthly_salesstringrequired
current_sales.​average_amex_ticket_valuestringrequired
bank_account_resultsstring
capabilitiesobject
feesobject
curl -i -X PATCH \
  -u <username>:<password> \
  'https://docs.taluspay.com/_mock/openapi/v1/merchants/{merchant_id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "legal_business_name": "string",
    "legal_phone": "string",
    "business_phone": "string",
    "business_type": "Sole Proprietor",
    "bank_account": {
      "bank_name": "string",
      "routing_number": "string",
      "account_holder_name": "string",
      "account_number": "string",
      "account_number_confirm": "string"
    },
    "tin": "string",
    "tin_type": "EIN",
    "doing_business_as": "string",
    "business_established_date": "string",
    "legal_business_address": {
      "address": "string",
      "city": "string",
      "state": "string",
      "zip": "string"
    },
    "dba_address": {
      "address": "string",
      "city": "string",
      "state": "string",
      "zip": "string"
    },
    "owner_one": {
      "first_name": "string",
      "contact_phone": "string",
      "last_name": "string",
      "middle_name": "string",
      "job_title": "President",
      "ownership_percentage": "25",
      "email": "string",
      "date_of_birth": "string",
      "home_address": {
        "address": "string",
        "city": "string",
        "state": "string",
        "zip": "string"
      },
      "ssn": "string"
    },
    "owner_two": {
      "first_name": "string",
      "contact_phone": "string",
      "last_name": "string",
      "middle_name": "string",
      "job_title": "President",
      "ownership_percentage": "25",
      "email": "string",
      "date_of_birth": "string",
      "home_address": {
        "address": "string",
        "city": "string",
        "state": "string",
        "zip": "string"
      },
      "ssn": "string"
    },
    "owner_three": {
      "first_name": "string",
      "contact_phone": "string",
      "last_name": "string",
      "middle_name": "string",
      "job_title": "President",
      "ownership_percentage": "25",
      "email": "string",
      "date_of_birth": "string",
      "home_address": {
        "address": "string",
        "city": "string",
        "state": "string",
        "zip": "string"
      },
      "ssn": "string"
    },
    "owner_four": {
      "first_name": "string",
      "contact_phone": "string",
      "last_name": "string",
      "middle_name": "string",
      "job_title": "President",
      "ownership_percentage": "25",
      "email": "string",
      "date_of_birth": "string",
      "home_address": {
        "address": "string",
        "city": "string",
        "state": "string",
        "zip": "string"
      },
      "ssn": "string"
    },
    "main_product": {
      "description": "string",
      "category": "Apparel",
      "subcategory": "Veterinary Services",
      "website": "string"
    },
    "main_contact_person": {
      "name": "string",
      "email": "string"
    },
    "current_sales": {
      "average_monthly_in_credit_card": "string",
      "average_ticket_value": "string",
      "highest_amount_to_date": "string",
      "sales_percentage": {
        "card_swipe_percentage": "string",
        "moto_percentage": "string",
        "online_percentage": "string",
        "keyed_percentage": "string"
      },
      "average_amex_monthly_sales": "string",
      "average_amex_ticket_value": "string"
    },
    "bank_account_results": "string",
    "capabilities": {
      "types": [
        "two_tiered",
        "ach"
      ],
      "options": {
        "two_tiered": {
          "vmd_cp_rate_percent": "2.00",
          "vmd_cp_fee_fixed": "0.10",
          "vmd_cnp_rate_percent": "2.50",
          "vmd_cnp_fee_fixed": "0.15",
          "amex_cp_rate_percent": "3.10",
          "amex_cp_fee_fixed": "0.25",
          "amex_cnp_rate_percent": "3.50",
          "amex_cnp_fee_fixed": "0.30"
        },
        "ach": {
          "txn_fee_percent": "1.50",
          "txn_fee_fixed": "0.25"
        }
      }
    },
    "fees": {
      "monthly": {
        "minimum_processing_fee": 35,
        "merchant_advance_service_charge": 35
      }
    }
  }'

Responses

Update merchant data

Bodyapplication/json
idstringrequired
Example: "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k"
phonestringrequired
Example: "12819374192"
automatic_payoutsbooleanrequired

Merchant payouts status

deactivatedbooleanrequired

Merchant deactivation flag

created_atstring(date-time)required
lead_idnumberrequired

Onboarding application ID

lead_onboarding_statusstringrequired
Enum"NOT_STARTED""IN_PROGRESS""COMPLETED""APPROVED""FAILED"
merchantobjectrequired
merchant.​legal_business_namestringrequired
merchant.​legal_phonestringrequired
merchant.​business_phonestring
merchant.​business_typestringrequired
Enum"Sole Proprietor""Limited Liability (LLC)""Partnership""Association/State & Trust""Tax Exempt Org""Corporation"
merchant.​bank_accountobject(BankAccount)required
merchant.​bank_account.​bank_namestringrequired
merchant.​bank_account.​routing_numberstringrequired
merchant.​bank_account.​account_holder_namestringrequired
merchant.​bank_account.​account_numberstringrequired
merchant.​bank_account.​account_number_confirmstringrequired
merchant.​tinstringrequired
merchant.​tin_typestringrequired
Enum"EIN""SSN""ITIN"
merchant.​doing_business_asstring
merchant.​business_established_datestringrequired
merchant.​legal_business_addressobject(Address)required
merchant.​legal_business_address.​addressstringrequired
merchant.​legal_business_address.​citystringrequired
merchant.​legal_business_address.​statestringrequired
merchant.​legal_business_address.​zipstringrequired
merchant.​dba_addressobject(Address)
merchant.​owner_oneobject(Owner)required
merchant.​owner_one.​first_namestringrequired
merchant.​owner_one.​contact_phonestring
merchant.​owner_one.​last_namestringrequired
merchant.​owner_one.​middle_namestring
merchant.​owner_one.​job_titlestringrequired
Enum"President""Vice President""Treasurer""Owner""Partner""CEO""Secretary""Director""Controller""Accountant"
merchant.​owner_one.​ownership_percentagestringrequired

Ownership percentage as a numeric value between 0 and 100 (without % symbol)

Example: "25"
merchant.​owner_one.​emailstringrequired
merchant.​owner_one.​date_of_birthstringrequired
merchant.​owner_one.​home_addressobject(Address)required
merchant.​owner_one.​home_address.​addressstringrequired
merchant.​owner_one.​home_address.​citystringrequired
merchant.​owner_one.​home_address.​statestringrequired
merchant.​owner_one.​home_address.​zipstringrequired
merchant.​owner_one.​ssnstringrequired
merchant.​owner_twoobject(Owner)
merchant.​owner_threeobject(Owner)
merchant.​owner_fourobject(Owner)
merchant.​main_productobject(Product)required
merchant.​main_product.​descriptionstringrequired
merchant.​main_product.​categorystringrequired
Enum"Apparel""B2B""Construction""Education""Entertainment""Financial Services""Grocery and Food""Lodging""Medical""Restaurants"
merchant.​main_product.​subcategorystringrequired
Enum"Veterinary Services""Agricultural Cooperatives""Landscaping Services""Miscellaneous Publishing and Printing Services""Typesetting, Plate Making and Related Services (Business to Business MCC)""Specialty Cleaning, Polishing and Sanitation Preparations (Business to Business MCC)""Equipment Sales""Tailors, Seamstresses, Mending, Alterations""Laundry, Cleaning, and Garment Services""Laundromats"
merchant.​main_product.​websitestringrequired
merchant.​main_contact_personobject(MainContactPerson)required
merchant.​main_contact_person.​namestringrequired
merchant.​main_contact_person.​emailstringrequired
merchant.​current_salesobject(Sales)required
merchant.​current_sales.​average_monthly_in_credit_cardstringrequired
merchant.​current_sales.​average_ticket_valuestringrequired
merchant.​current_sales.​highest_amount_to_datestringrequired
merchant.​current_sales.​sales_percentageobject(SalesPercentage)required
merchant.​current_sales.​sales_percentage.​card_swipe_percentagestringrequired
merchant.​current_sales.​sales_percentage.​moto_percentagestring
merchant.​current_sales.​sales_percentage.​online_percentagestringrequired
merchant.​current_sales.​sales_percentage.​keyed_percentagestringrequired
merchant.​current_sales.​average_amex_monthly_salesstringrequired
merchant.​current_sales.​average_amex_ticket_valuestringrequired
merchant.​bank_account_resultsstring
merchant.​capabilitiesobject
merchant.​feesobject
paymentobjectrequired
payment.​tokenizer_publishable_keystringrequired

Public key used for tokenizer

Example: "pub_XXXXXXXXXXXXXX"
payment.​terminal_idstringrequired

Terminal ID

Example: "Cx78a65ada9"
defaultsobjectrequired
defaults.​display_namestringrequired

Display name for the merchant

Example: "My Store"
defaults.​logostringrequired

Logo URL for the merchant

Example: "https://example.com/logo.png"
defaults.​primary_colorstringrequired

Primary color for merchant branding

Example: "#FF5733"
defaults.​secondary_colorstringrequired

Secondary color for merchant branding

Example: "#FF5733"
defaults.​redirect_urlstring

URL to redirect after completing a transaction

Example: "https://merchant-site.com/thank-you"
defaults.​custom_domainstring

Custom domain for merchant onboarding

Example: "https://apply.example.com"
defaults.​supportobject

ISV support contact information

default_capabilitiesobjectrequired
default_capabilities.​typesArray of stringsrequired

Capability types

Items Enum"two_tiered""pass_through_ic""flat_rate""tiered""cash_discount""ach"
Example: ["two_tiered","ach"]
default_capabilities.​optionsobjectrequired
default_capabilities.​options.​two_tieredobjectrequired
default_capabilities.​options.​two_tiered.​vmd_cp_rate_percentstringrequired

Visa/Mastercard card present rate percent

Example: "2.00"
default_capabilities.​options.​two_tiered.​vmd_cp_fee_fixedstringrequired

Visa/Mastercard card present fee fixed

Example: "0.10"
default_capabilities.​options.​two_tiered.​vmd_cnp_rate_percentstringrequired

Visa/Mastercard card not present rate percent

Example: "2.50"
default_capabilities.​options.​two_tiered.​vmd_cnp_fee_fixedstringrequired

Visa/Mastercard card not present fee fixed

Example: "0.15"
default_capabilities.​options.​two_tiered.​amex_cp_rate_percentstringrequired

Amex card present rate percent

Example: "3.10"
default_capabilities.​options.​two_tiered.​amex_cp_fee_fixedstringrequired

Amex card present fee fixed

Example: "0.25"
default_capabilities.​options.​two_tiered.​amex_cnp_rate_percentstringrequired

Amex card not present rate percent

Example: "3.50"
default_capabilities.​options.​two_tiered.​amex_cnp_fee_fixedstringrequired

Amex card not present fee fixed

Example: "0.30"
default_capabilities.​options.​pass_through_icobjectrequired
default_capabilities.​options.​pass_through_ic.​processor_markup_percentstringrequired

Processor markup percent

Example: "0.10"
default_capabilities.​options.​pass_through_ic.​transaction_fee_fixedstringrequired

Transaction fee fixed

Example: "0.10"
default_capabilities.​options.​pass_through_ic.​vmd_credit_discount_percentstringrequired

Visa/Mastercard credit discount percent

default_capabilities.​options.​pass_through_ic.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

default_capabilities.​options.​pass_through_ic.​vmd_debit_discount_percentstringrequired

Visa/Mastercard debit discount percent

default_capabilities.​options.​pass_through_ic.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

default_capabilities.​options.​pass_through_ic.​amex_discount_percentstringrequired

Amex discount percent

default_capabilities.​options.​pass_through_ic.​amex_fee_fixedstringrequired

Amex fee fixed

default_capabilities.​options.​flat_rateobjectrequired
default_capabilities.​options.​flat_rate.​rate_percentstringrequired

Flat rate percent

Example: "2.90"
default_capabilities.​options.​flat_rate.​fee_fixedstringrequired

Fee fixed

Example: "0.30"
default_capabilities.​options.​flat_rate.​vmd_credit_rate_percentstringrequired

Visa/Mastercard credit rate percent

default_capabilities.​options.​flat_rate.​vmd_credit_fee_fixedstringrequired

Visa/Mastercard credit fee fixed

default_capabilities.​options.​flat_rate.​vmd_debit_rate_percentstringrequired

Visa/Mastercard debit rate percent

default_capabilities.​options.​flat_rate.​vmd_debit_fee_fixedstringrequired

Visa/Mastercard debit fee fixed

default_capabilities.​options.​flat_rate.​amex_rate_percentstringrequired

Amex rate percent

default_capabilities.​options.​flat_rate.​amex_fee_fixedstringrequired

Amex fee fixed

default_capabilities.​options.​tieredobjectrequired
default_capabilities.​options.​tiered.​vmd_qual_credit_rate_percentstringrequired

Visa/Mastercard qualified credit rate percent

Example: "1.79"
default_capabilities.​options.​tiered.​vmd_midq_credit_rate_percentstringrequired

Visa/Mastercard mid-qualified credit rate percent

Example: "2.19"
default_capabilities.​options.​tiered.​vmd_midq_credit_fee_fixedstringrequired

Visa/Mastercard mid-qualified credit fee fixed

Example: "0.15"
default_capabilities.​options.​tiered.​vmd_nonq_credit_rate_percentstringrequired

Visa/Mastercard non-qualified credit rate percent

Example: "3.25"
default_capabilities.​options.​tiered.​vmd_nonq_credit_fee_fixedstringrequired

Visa/Mastercard non-qualified credit fee fixed

Example: "0.20"
default_capabilities.​options.​tiered.​vmd_qual_debit_rate_percentstringrequired

Visa/Mastercard qualified debit rate percent

Example: "1.50"
default_capabilities.​options.​tiered.​vmd_midq_debit_rate_percentstringrequired

Visa/Mastercard mid-qualified debit rate percent

Example: "1.90"
default_capabilities.​options.​tiered.​vmd_midq_debit_fee_fixedstringrequired

Visa/Mastercard mid-qualified debit fee fixed

Example: "0.12"
default_capabilities.​options.​tiered.​vmd_nonq_debit_rate_percentstringrequired

Visa/Mastercard non-qualified debit rate percent

Example: "2.95"
default_capabilities.​options.​tiered.​vmd_nonq_debit_fee_fixedstringrequired

Visa/Mastercard non-qualified debit fee fixed

Example: "0.18"
default_capabilities.​options.​tiered.​amex_qual_credit_rate_percentstringrequired

Amex qualified credit rate percent

Example: "2.89"
default_capabilities.​options.​tiered.​amex_midq_credit_rate_percentstringrequired

Amex mid-qualified credit rate percent

Example: "3.29"
default_capabilities.​options.​tiered.​amex_midq_credit_fee_fixedstringrequired

Amex mid-qualified credit fee fixed

Example: "0.25"
default_capabilities.​options.​tiered.​amex_nonq_credit_rate_percentstringrequired

Amex non-qualified credit rate percent

Example: "4.35"
default_capabilities.​options.​tiered.​amex_nonq_credit_fee_fixedstringrequired

Amex non-qualified credit fee fixed

Example: "0.30"
default_capabilities.​options.​tiered.​qualified_rate_percentstringrequired

Qualified rate percent (legacy)

Example: "1.79"
default_capabilities.​options.​tiered.​qualified_fee_fixedstringrequired

Qualified fee fixed (legacy)

Example: "0.10"
default_capabilities.​options.​tiered.​mid_qualified_rate_percentstringrequired

Mid-qualified rate percent (legacy)

Example: "2.19"
default_capabilities.​options.​tiered.​mid_qualified_fee_fixedstringrequired

Mid-qualified fee fixed (legacy)

Example: "0.15"
default_capabilities.​options.​tiered.​non_qualified_rate_percentstringrequired

Non-qualified rate percent (legacy)

Example: "3.25"
default_capabilities.​options.​tiered.​non_qualified_fee_fixedstringrequired

Non-qualified fee fixed (legacy)

Example: "0.20"
default_capabilities.​options.​cash_discountobjectrequired
default_capabilities.​options.​cash_discount.​advantage_ratestringrequired

TalusPay Advantage rate percentage

Enum"4.00""3.99""3.75""3.50""3.25""3.00"
Example: "3.00"
default_capabilities.​options.​achobjectrequired
default_capabilities.​options.​ach.​txn_fee_fixedstringrequired

ACH transaction fixed fee

Example: "0.25"
default_capabilities.​options.​ach.​txn_fee_percentstringrequired

ACH transaction percentage fee

Example: "0.75"
default_capabilities.​options.​ach.​return_fee_fixedstringrequired

ACH return fixed fee

Example: "5.00"
default_capabilities.​options.​ach.​chargeback_fee_fixedstringrequired

ACH chargeback fixed fee

Example: "10.00"
default_capabilities.​options.​ach.​txn_premium_fee_fixedstringrequired

ACH transaction premium fixed fee

Example: "0.30"
default_capabilities.​options.​ach.​monthly_feestringrequired

ACH monthly fee

Example: "25.00"
default_capabilities.​options.​ach.​daily_batch_feestringrequired

ACH daily batch fee

Example: "1.00"
default_capabilities.​options.​ach.​return_reversal_feestringrequired

ACH return reversal fee

Example: "7.50"
default_capabilities.​options.​ach.​gross_volume_discount_ratestringrequired

ACH gross volume discount rate

Example: "2.50"
default_capabilities.​options.​ach.​premium_discount_ratestringrequired

ACH premium discount rate

Example: "3.00"
payment_keysobjectrequired
deviceobject
Response
application/json
{ "id": "merchant_2x4y6z8a0b1c2d3e4f5g6h7j8k", "phone": "12819374192", "automatic_payouts": true, "deactivated": true, "created_at": "2019-08-24T14:15:22Z", "lead_id": 0, "lead_onboarding_status": "NOT_STARTED", "merchant": { "legal_business_name": "string", "legal_phone": "string", "business_phone": "string", "business_type": "Sole Proprietor", "bank_account": { … }, "tin": "string", "tin_type": "EIN", "doing_business_as": "string", "business_established_date": "string", "legal_business_address": { … }, "dba_address": { … }, "owner_one": { … }, "owner_two": { … }, "owner_three": { … }, "owner_four": { … }, "main_product": { … }, "main_contact_person": { … }, "current_sales": { … }, "bank_account_results": "string", "capabilities": { … }, "fees": { … } }, "payment": { "tokenizer_publishable_key": "pub_XXXXXXXXXXXXXX", "terminal_id": "Cx78a65ada9" }, "defaults": { "display_name": "My Store", "logo": "https://example.com/logo.png", "primary_color": "#FF5733", "secondary_color": "#FF5733", "redirect_url": "https://merchant-site.com/thank-you", "custom_domain": "https://apply.example.com", "support": {} }, "default_capabilities": { "types": [ … ], "options": { … } }, "payment_keys": {}, "device": { "id": "dev_2x4y6z8a0b1c2d3e4f5g6h7j8k", "imei": "357111112222333", "imei_status": "ACTIVE", "created_at": "2024-01-15T10:30:00.000Z", "updated_at": "2024-01-15T10:30:00.000Z" } }

Webhooks

Operations

Statements

Operations

Payments

Operations

Refunds

Operations

Charges

Operations