> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edisglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Can I pay with IBAN?

> We accept one-off payments for account top-ups or emergency payments if no other payment method is available, which must be coordinated with the team.

export const CtaButton = ({label, link, openInNewTab}) => <button className="custom-cta-button">
    <a href={link} target={openInNewTab ? "_blank" : "_self"}>
      {label}
    </a>
  </button>;

## Is it possible to pay via bank transfer?

The VPS platform operated by EDIS Global is designed for full automation, which currently does not extend to the processing of inbound payments via bank transfers.

However, the acceptance of payments through bank transfer (utilizing SWIFT/IBAN) is permitted under specific circumstances.

<CtaButton label="Bank Payment Policies" link="./accepted-payment-methods" />
