Get a payout

Fetch a payout using the transaction id

Get all the details related to a particular payout

Get a payout using the transaction id

GET https://sandbox.moneymie.com/api/v1/payout/transactions/{id}

Path Parameters

{
    "message": "SUCCESS",
    "data": {
        "id": "63622fccd62f256c752cc6a6",
        "rate": {
            "tokenSize": 10.0,
            "feeSize": {
                "crypto": 0.72,
                "fiat": 0.72
            },
            "total": {
                "crypto": 10.72,
                "fiat": 10.72
            },
            "countryCode": "US",
            "currencyCode": "USD",
            "address": "0x1Edb2C6Fb67C711095e88A1e340E41314BB7E0D1",
            "token": "USDC",
            "paymentMethods": [
                "WIRE"
            ],
            "executed": false,
            "createdAt": null,
            "updatedAt": null,
            "rateId": "63622d00d62f256c752cc6a5",
            "amount": 10.0
        },
        "payoutType": "WIRE",
        "status": "SUCCESS",
        "recipient": {
            "accountNumber": "9900004393",
            "wireType": "ABA",
            "routingNumber": "084106768",
            "bankCountry": "US"
        },
        "senderDetails": {
            "firstName": "Daniel",
            "lastName": "Torkura",
            "city": "Dallas",
            "state": "TX",
            "address": "2 Underwood",
            "country": "US",
            "postalCode": "75015"
        },
        "createdAt": "2022-11-02T08:52:28.445+0000",
        "updatedAt": "2022-11-02T08:52:28.445+0000",
        "ref": "cf4c213e-5262-4622-a9ed-e0c1198e7c32"
    }
}

Last updated