Skip to main content

Documentation

Delete Settlement Bank Account

Delete a settlement bank account of a merchant.

    • ewallet_token

    • Identifier of the ewallet. String starting with ewallet_.

    • bank_account_token

    • Identifier of the bank account. String starting with bank_.

  • /v1/partner/onboarding/organization/bank_accounts/:ewallet_token/:bank_token

  • Delete Settlement Bank Account

  • curl -X delete v1/partner/onboarding/organization/bank_accounts/ewallet_2a27685f2f71ae9a9fe4265fceabcab7/bank_4b693c599d2691db1b9abd305028f1c8
    -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' \
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "a6186f12-9637-4da6-a1c2-47e29d4c6924"
        },
        "data": {
            "id": "bank_4b693c599d2691db1b9abd305028f1c8",
            "is_deleted": true
        }
    }