Skip to main content

Documentation

Update Settlement Bank Account

Update a settlement bank account of a merchant during or after the onboarding process. Bank accounts are linked to the merchant wallet.

    • bank_account

    • Identifier of the merchant's bank account. String starting with bank_.

  • /v1/partner/onboarding/organization/bank_accounts/:bank_account_token

  • Update Settlement Bank Account

  • curl -X post v1/partner/onboarding/organization/bank_accounts/bank_72816f421681da02f7f87be41005188b' \
    -H 'access_key: your-access-key-here' \
    -H 'Content-Type: application/json' \
    -H 'idempotency: your-idempotency-parameter-here' \
    -H 'salt: your-random-string-here' \
    -H 'signature: your-calculated-signature-here' \
    -H 'timestamp: your-unix-timestamp-here' \
    -H 'merchant_account_id: your-merchant-account-here' \
    --data-raw '{
        "bank_account_alias": "New Bank",
        "bank_name": "New Bank of New Town",
        "beneficiary_name":"Four Stars Tech Limited",
        "entity_type": "company",
        "file_token": "batch_c24b1c33fd46d928a2b70b60efa9c01f"
    }'
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "d22f4726-13bb-46c7-82b3-0021e937dcb8"
        },
        "data": {
            "bank_account_id": "bank_72816f421681da02f7f87be41005188b",
            "merchant_account_id": "049c71b8-945b-43ab-b069-44610f5bc818",
            "currency": "EUR",
            "country": "DE",
            "bank_account_alias": "New Bank",
            "bank_name": "New Bank of New Town",
            "account_number": "",
            "bic_swift": "",
            "beneficiary_name": "Four Stars Tech Limited",
            "entity_type": "company",
            "static_reference_id": null,
            "sort_code": "12331212",
            "clabe": "null",
            "iban": "ERTERTHGJ,
            "beneficiary_street_address": "23 East 34th Street ",
            "beneficiary_postal_code": "4568Z",
            "beneficiary_city": "New Town",
            "beneficiary_national_id": "465687098"
        }
    }{
        "bank_account_alias": "New Bank",
        "bank_name": "New Bank of New Town",
        "beneficiary_name":"Four Stars Tech Limited",
        "entity_type": "company",
        "file_token": "batch_c24b1c33fd46d928a2b70b60efa9c01f"
    }