Skip to main content

Transfer Funds

This guide quickly demonstrates how to transfer settlement funds to your payouts in EBANX. We will walk you through the basic steps to achieve this goal using your already existing Direct API integration.

Instructions

Follow the steps below:

  1. Transfer funds using the /ws/transfer/create end-point

    To transfer funds, you will use the /ws/transfer/create endpoint.

    The following fields are required:

    FieldDescription
    external_referenceThe unique identifier you provide to the transfer
    amountAmount you wish to transfer
    sourceSource of the amount. This value must be payment_balance
    currency_codeThree-letter code of the country currency, ex: BRL (Brazil)

    The following example shows how to create a transfer using your available settlement funds:

    Shell
    curl -X POST 'https://sandbox.ebanxpay.com/ws/transfer/create' \
    --header 'Content-Type: application/json' \
    --data '{
    "integration_key": "your_ebanx_integration_key",
    "external_reference": "PAYOUT_TRANSFER_02",
    "amount": 150,
    "source": "payment_balance",
    "currency_code": "BRL"
    }'

    And a successful creation will return a JSON Object with type "success" and a payout object with all the details of the newly created Transfer.

    JSON
    {
    "type": "success",
    "transfer": {
    "uid": "1b76c24acc3f09806abf072dc0a3b37f1d69fa829",
    "external_reference": "T1_BRL_424239784",
    "status": "OP",
    "request_date": "2022-11-29 12:44:35",
    "confirm_date": null,
    "cancel_date": null,
    "requested_amount": "150.00",
    "amount": "150.00",
    "currency_code": "BRL",
    "settlement_code": null,
    "source": "payment_balance"
    }
    }

Transferring Funds via Dashboard

You can also transfer to your available funds through your Dashboard in the Overview section of the Payout tab. Click on the Transfer Funds option and choose the amount you want to transfer from the amount available from your settlement.

Transfer Funds via Bank Transfer

If you want to add funds to your EBANX Payout available funds via bank transfer, please, contact us via this email address: merchants@ebanx.com

Still need help?

Help Image

We hope this article was helpful. If you still have questions, you can explore the following options: