GET
/
v2.01
/
{ClientId}
/
refunds
/
{RefundId}
// GET has no body parameters
{
    "Id": "refund_m_01JJ23MDDHCXX1GYVKDPYNJKJ8",
    "Tag": "Example with fees refunded",
    "CreationDate": 1730373612,
    "AuthorId": "user_m_01JJ23MPT0Y79AFQA637ZK81CF",
    "CreditedUserId": null,
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 500
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 550
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": -50
    },
    "Status": "SUCCEEDED",
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "ExecutionDate": 1730373612,
    "Type": "PAYOUT",
    "Nature": "REFUND",
    "InitialTransactionId": "payin_m_01JJ23NT128Y1V1B5B16VKMQ92",
    "InitialTransactionType": "PAYIN",
    "InitialTransactionNature": "REGULAR",
    "DebitedWalletId": "wlt_m_01JJ23NKD34XA6G4N70ZFKFH5W",
    "CreditedWalletId": null,
    "RefundReason": {
        "RefundReasonMessage": null,
        "RefundReasonType": "INITIALIZED_BY_CLIENT"
    },
    "StatementDescriptor": null
}

Note – Refund data retained for 13 months

The API retains all transaction objects for 13 months from CreationDate. This applies to refunds and the initial transaction linked to a refund.

A call to retrieve the initial transaction of a refund, based on the refund’s InitialTransactionId, may return a 404 Not Found if it occurred more than 13 months ago.

For more information, see the Data availability periods article.

Responses

{
    "Id": "refund_m_01JJ23MDDHCXX1GYVKDPYNJKJ8",
    "Tag": "Example with fees refunded",
    "CreationDate": 1730373612,
    "AuthorId": "user_m_01JJ23MPT0Y79AFQA637ZK81CF",
    "CreditedUserId": null,
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 500
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 550
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": -50
    },
    "Status": "SUCCEEDED",
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "ExecutionDate": 1730373612,
    "Type": "PAYOUT",
    "Nature": "REFUND",
    "InitialTransactionId": "payin_m_01JJ23NT128Y1V1B5B16VKMQ92",
    "InitialTransactionType": "PAYIN",
    "InitialTransactionNature": "REGULAR",
    "DebitedWalletId": "wlt_m_01JJ23NKD34XA6G4N70ZFKFH5W",
    "CreditedWalletId": null,
    "RefundReason": {
        "RefundReasonMessage": null,
        "RefundReasonType": "INITIALIZED_BY_CLIENT"
    },
    "StatementDescriptor": null
}
// GET has no body parameters