Edit Merchant Account API Keys

Edit Tribe Account Keys

POST {{BASE_URL}}/account/agent_edit_merchant_account_key/

ParameterTypeDescriptionRequired

merchant_tribe_account_id

integer

Merchant Tribe Account ID

true

has_payin

string

If you want to accept fiat payments. Value can either be yes or no

false

has_payout

string

If you want to send out money from your account. Value can either be yes or no

false

has_crypto_payment

string

If you want to accept crypto payments. Value can either be yes or no

false

webhook_url

string

Web hook url

false

shared_verify_key

string

The value will be returned whenever we send a webhook notification. You can use this to validate if the request is from bani.

false

{
      'Authorization': 'Bearer dcf9e6f376c422d3ca925457b7927793a6d1713034426ccf2c07ae956e39',
      'Content-Type': 'application/json',
      'moni-signature': '3cfbfbd7dc975057f10a10b20d5e91b489e15d36778b680be7b34a18e7c587a5',
      'bani-superagentkey':'SPA-S1WGEDGEBDGEBWBWEBW'
 }

Last updated