Merchants

Update merchant

Update supported fields on a merchant. Only fields included in the payload will be updated. Omitted fields will not be updated. Merchant status must be ACTIVE.

patch/v1/merchants/{merchant_id}

Parameters

#/paths/~1v1~1merchants/get/parameters/0 — unresolved $ref
#/paths/~1v1~1merchants~1%7Bmerchant_id%7D/get/parameters/1 — unresolved $ref

Request body

deposit_frequencyDepositFrequency — unresolved $ref
card_release_delay_daysinteger

The number of business days after processing until Card payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

ach_release_delay_daysinteger

The number of business days after processing until ACH payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

validated_ach_release_delay_daysinteger

The number of business days after processing until Validated ACH payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

balance_checked_ach_release_delay_daysinteger

The number of business days after processing until Balance-Checked Validated ACH payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

paypal_wallet_release_delay_daysinteger

The number of business days after processing until PayPal Wallet payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

venmo_release_delay_daysinteger

The number of business days after processing until Venmo payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

paypal_paylater_release_delay_daysinteger

The number of business days after processing until PayPal Pay Later payments are made available to the merchant in a deposit.

For example, 1 is T+1 and 2 is T+2

card_account_updater_enabledboolean

Boolean indicating if card account updater is enabled.

accelerated_ach_mode'ENABLED' | 'DISABLED'

The Accelerated ACH status for this merchant.

Options:

  • ENABLED - ACH payins will be accelerated, if applicable.
  • DISABLED - ACH payins will not be accelerated.
reverse_payin_billing_fees_on_full_refund_enabledboolean

Boolean indicating if payin billing fees are reversed to the merchant when a refund for the full amount is processed.

reverse_payin_billing_fees_on_ach_return_enabledboolean

Boolean indicating if payin billing fees are reversed to the merchant when an ACH return is processed.

Response

OK

statusStatus — unresolved $ref
data0 — unresolved $ref
errorsErrors — unresolved $ref

Changes