Confirm funding

When you transfer money to a wallet address in order to make a payout, we usually confirm that you have transferred the money wallet address before allowing the payout to proceed.

We assume that you would also need similar certainty before proceeding to complete a payout. Using this allow would allow you to confirm funding so you can be certain if the payment will go through or not.

Confirm/check funding using the rate id

GET https://sandbox.moneymie.com/api/v1/payout/fund/{rateid}

Query Parameters

NameTypeDescription

rate id*

String

The rate id you generated

{
    "paid":true,
    "amountPaid":20,
    "amountToPaid":20
}

Last updated