GET
/
v2.01
/
{ClientId}
/
repudiations
/
{RepudiationId}
/
refunds
// GET has no body parameters
[
    {
        "Id": "refund_m_01JJ22PR01NMY4M8HXB3AW6KG7",
        "Tag": null,
        "CreationDate": 1737367609,
        "AuthorId": "user_m_01JJ22Q2A0NXNK26B67BD1MP4R",
        "CreditedUserId": "your-mangopay-client-id",
        "DebitedFunds": {
            "Currency": "EUR",
            "Amount": 13000
        },
        "CreditedFunds": {
            "Currency": "EUR",
            "Amount": 13000
        },
        "Fees": {
            "Currency": "EUR",
            "Amount": 0
        },
        "Status": "SUCCEEDED",
        "ResultCode": "000000",
        "ResultMessage": "Success",
        "ExecutionDate": 1737367609,
        "Type": "PAYIN",
        "Nature": "REFUND",
        "InitialTransactionId": "repud_m_01JJ22HPJ8Y0E4YW7D9XR96WZY",
        "InitialTransactionType": "PAYOUT",
        "InitialTransactionNature": "REPUDIATION",
        "DebitedWalletId": null,
        "CreditedWalletId": "CREDIT_EUR"
    }
]  

Repudiations are refunded when a dispute is won.

Query parameters

Status
string

Allowed values: CREATED, SUCCEEDED, FAILED

The status of the transaction. You can filter on multiple values by separating them with a comma.

ResultCode
string

The code indicating the result of the operation. You can filter on multiple values by separating them with a comma.

Path parameters

RepudiationId
string
required

The unique identifier of the repudiation.

Responses

[
    {
        "Id": "refund_m_01JJ22PR01NMY4M8HXB3AW6KG7",
        "Tag": null,
        "CreationDate": 1737367609,
        "AuthorId": "user_m_01JJ22Q2A0NXNK26B67BD1MP4R",
        "CreditedUserId": "your-mangopay-client-id",
        "DebitedFunds": {
            "Currency": "EUR",
            "Amount": 13000
        },
        "CreditedFunds": {
            "Currency": "EUR",
            "Amount": 13000
        },
        "Fees": {
            "Currency": "EUR",
            "Amount": 0
        },
        "Status": "SUCCEEDED",
        "ResultCode": "000000",
        "ResultMessage": "Success",
        "ExecutionDate": 1737367609,
        "Type": "PAYIN",
        "Nature": "REFUND",
        "InitialTransactionId": "repud_m_01JJ22HPJ8Y0E4YW7D9XR96WZY",
        "InitialTransactionType": "PAYOUT",
        "InitialTransactionNature": "REPUDIATION",
        "DebitedWalletId": null,
        "CreditedWalletId": "CREDIT_EUR"
    }
]  
// GET has no body parameters