post https://sandbox.ecartpay.com/api/payouts
Creating payouts to other accounts is very simple.
You can send money to any person that has an account registered in Ecart Pay. This is very useful because you can send money from your account to their account for FREE. Once they receive the money, they can withdraw the balance to their own account in any of the countries that Ecart Pay operates.
You can also add items to the payout, so the recipient will know exactly wich items you are paying them. This is a very useful tool for marketplaces and drop shipping solutions. Review the examples in the documentations to review the payload body.
key | type | options |
---|---|---|
string | The customer or provider email. | |
reference_id | string | A unique ID which you will be able to use only once. |
amount | int | The amount you want to send to the customer. |
currency | string | The currency of the payment. (You can use any currency allowed by Ecart Pay) |
require_confirmation | boolean | true: Needs to be confirmed afterwards. false: The payment is credited instantly. |