--- title: "Process payments" description: "Learn how to acquire payments and use these payments to fund your Adyen-issued cards." url: "https://docs.adyen.com/issuing/add-manage-funds/process-payments" source_url: "https://docs.adyen.com/issuing/add-manage-funds/process-payments.md" canonical: "https://docs.adyen.com/issuing/add-manage-funds/process-payments" last_modified: "2020-09-11T17:20:00+02:00" language: "en" --- # Process payments Learn how to acquire payments and use these payments to fund your Adyen-issued cards. [View source](/issuing/add-manage-funds/process-payments.md) This page explains how to process payments with an Enterprise Issuing integration. If you are using Embedded Issuing, see respective pages for [marketplaces](/marketplaces/process-payments) or [platforms](/platforms/process-payments). In addition to issuing cards, you can use Adyen's payment processing platform to acquire payments for your business. You can process both [online](/issuing/add-manage-funds/process-payments/make-a-payment/#online-payments) and [in-person payments](/issuing/add-manage-funds/process-payments/make-a-payment/#in-person-payments) from your customers. If you want, you can use the revenue from these acquired payments to fund your Adyen-issued cards. ## Fund settlement 1. Payments are processed through your stores and arrive in your merchant account in a pending state. 2. After the configured settlement delay (T+2 by default), these funds become available in your merchant account. 3. Adyen deducts the fees incurred on these payments from your merchant account. 4. All the remaining available funds are then aggregated into a net settlement batch. By default, these batches are created on an hourly basis. You can also opt to have them created on a daily basis instead. To do this, reach out to your Adyen contact. 5. The funds from each settlement batch are booked to the balance platform and get settled in the balance account configured for that merchant account. 6. You can use the amounts in your balance accounts to fund your Adyen-issued cards or pay out the funds to your transfer instrument (verified external bank account). ## Flow of funds In the following example, you have a hotel called **HotelChainLLC** with 2 hotel branches in Europe: * **HotelBranch\_AMS** (Amsterdam) which accepts payments in EUR. * **HotelBranch\_STO** (Stockholm) which accepts payments in SEK. The following diagram shows the flow of funds from your customer to your balance accounts: [![Flow of funds diagram for enterprise issuing](/user/pages/docs/07.issuing/16.add-manage-funds/02.process-payments/flow-of-funds-enterprise.svg)](/user/pages/docs/07.issuing/16.add-manage-funds/02.process-payments/flow-of-funds-enterprise.svg) 1. Your hotel guests (customers) pay: 1. Hotel guest A pays EUR 200.00 at the Amsterdam branch. 2. Hotel guest B pays EUR 100.00 at the Amsterdam branch. 3. Hotel guest C pays SEK 400.00 at the Stockholm branch 2. After the settlement delay of T+2 days, these funds become available in their respective merchant accounts: 1. EUR 300.00 becomes available in **HotelChain\_EUR**. 2. EUR 400.00 becomes available in **HotelChain\_SEK**. 3. From your merchant accounts, Adyen deducts the fees for these payments. 1. From **HotelChain\_EUR**, Adyen deducts: 1. EUR 10.00 in fees for the payment from Hotel guest A 2. EUR 5.00 in fees for the payment from Hotel guest B 2. From **HotelChain\_SEK**, Adyen deducts: 1. SEK 20.00 in fees for the payment from Hotel guest C 4. The remaining funds are aggregated into settlement batches for each merchant account, and booked to the balance platform: 1. The settlement batch for **HotelChain\_EUR** contains EUR 285.00, which is the net amount (after fees) from the payments of Hotel guest A and Hotel guest B. 2. The settlement batch for **HotelChain\_SEK** contains SEK 380.00, which is the net amount (after fees) from the payment of Hotel guest C. 5. The funds from each settlement batch are settled into the balance account configured on the merchant account: 1. EUR 285.00 is settled in the balance account configured for **HotelChain\_EUR**. 2. SEK 380.00 is settled in the balance account configured for **HotelChain\_SEK**. ## Webhooks Adyen aggregates the funds from your acquired payments into settlement batches, before transferring them to your balance accounts. To stay updated about the funds moving into your balance accounts, you can subscribe to [Transfer webhooks](https://docs.adyen.com/api-explorer/transfer-webhooks/latest/overview). Each settlement batch is treated as a single transfer. This means that for each batch that gets settled to your balance account, you receive the following webhooks: * [balancePlatform.transfer.created](https://docs.adyen.com/api-explorer/transfer-webhooks/latest/post/balancePlatform.transfer.created): informs your server that an incoming transfer is initiated to your balance account. * [balancePlatform.transfer.updated](https://docs.adyen.com/api-explorer/transfer-webhooks/latest/post/balancePlatform.transfer.updated): informs your server of transfer status changes. ## Reports You can use the [Balance Platform Accounting Report](/issuing/report-types/balance-platform-accounting-report) to reconcile the payments you acquired with Adyen. Each entry in this report corresponds to a single settlement batch. You cannot use this report to reconcile your funds at a transactional level. To reconcile your funds on a transactional level, see [Transaction-level reconciliation](/reporting/settlement-reconciliation/transaction-level).