GET
/
v2.01
/
{ClientId}
/
payins
/
{PayInId}
/
refunds
// GET has no body parameters
[
    {
        "Id": "wt_498263ef-5a87-4ef9-a2ab-995748fc478a",
        "Tag": "Partial refund with fees refunded",
        "CreationDate": 1737388152,
        "AuthorId": "user_m_01JHSSTVRDN5SN9T14SRC6SA9A",
        "CreditedUserId": null,
        "DebitedFunds": {
            "Currency": "EUR",
            "Amount": 2500
        },
        "CreditedFunds": {
            "Currency": "EUR",
            "Amount": 3000
        },
        "Fees": {
            "Currency": "EUR",
            "Amount": -500
        },
        "Status": "SUCCEEDED",
        "ResultCode": "000000",
        "ResultMessage": "Success",
        "ExecutionDate": 1737388152,
        "Type": "PAYOUT",
        "Nature": "REFUND",
        "InitialTransactionId": "wt_bbcb7335-d513-49f6-a86b-502de501d675",
        "InitialTransactionType": "PAYIN",
        "InitialTransactionNature": "REGULAR",
        "DebitedWalletId": "wlt_m_01JHSSTYGT28P1F5KJ82QZ0K65",
        "CreditedWalletId": null
    },
    {
        "Id": "wt_498263ef-5a87-4ef9-a2ab-995748fc478a",
        "Tag": "Partial refund with more fees taken",
        "CreationDate": 1737388152,
        "AuthorId": "user_m_01JHSSTVRDN5SN9T14SRC6SA9A",
        "CreditedUserId": null,
        "DebitedFunds": {
            "Currency": "EUR",
            "Amount": 2500
        },
        "CreditedFunds": {
            "Currency": "EUR",
            "Amount": 2000
        },
        "Fees": {
            "Currency": "EUR",
            "Amount": 500
        },
        "Status": "SUCCEEDED",
        "ResultCode": "000000",
        "ResultMessage": "Success",
        "ExecutionDate": 1737388152,
        "Type": "PAYOUT",
        "Nature": "REFUND",
        "InitialTransactionId": "wt_bbcb7335-d513-49f6-a86b-502de501d675",
        "InitialTransactionType": "PAYIN",
        "InitialTransactionNature": "REGULAR",
        "DebitedWalletId": "wlt_m_01JHSSTYGT28P1F5KJ82QZ0K65",
        "CreditedWalletId": null
    }
]

Query parameters

Status
string
Allowed values: CREATED, SUCCEEDED, FAILEDThe 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.
BeforeDate
Unix timestamp
The date before which the transaction was created (based on the transaction’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.
AfterDate
Unix timestamp
The date after which the transaction was created (based on the transaction’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

Path parameters

PayInId
string
required
The unique identifier of the pay-in.

Responses

[
    {
        "Id": "wt_498263ef-5a87-4ef9-a2ab-995748fc478a",
        "Tag": "Partial refund with fees refunded",
        "CreationDate": 1737388152,
        "AuthorId": "user_m_01JHSSTVRDN5SN9T14SRC6SA9A",
        "CreditedUserId": null,
        "DebitedFunds": {
            "Currency": "EUR",
            "Amount": 2500
        },
        "CreditedFunds": {
            "Currency": "EUR",
            "Amount": 3000
        },
        "Fees": {
            "Currency": "EUR",
            "Amount": -500
        },
        "Status": "SUCCEEDED",
        "ResultCode": "000000",
        "ResultMessage": "Success",
        "ExecutionDate": 1737388152,
        "Type": "PAYOUT",
        "Nature": "REFUND",
        "InitialTransactionId": "wt_bbcb7335-d513-49f6-a86b-502de501d675",
        "InitialTransactionType": "PAYIN",
        "InitialTransactionNature": "REGULAR",
        "DebitedWalletId": "wlt_m_01JHSSTYGT28P1F5KJ82QZ0K65",
        "CreditedWalletId": null
    },
    {
        "Id": "wt_498263ef-5a87-4ef9-a2ab-995748fc478a",
        "Tag": "Partial refund with more fees taken",
        "CreationDate": 1737388152,
        "AuthorId": "user_m_01JHSSTVRDN5SN9T14SRC6SA9A",
        "CreditedUserId": null,
        "DebitedFunds": {
            "Currency": "EUR",
            "Amount": 2500
        },
        "CreditedFunds": {
            "Currency": "EUR",
            "Amount": 2000
        },
        "Fees": {
            "Currency": "EUR",
            "Amount": 500
        },
        "Status": "SUCCEEDED",
        "ResultCode": "000000",
        "ResultMessage": "Success",
        "ExecutionDate": 1737388152,
        "Type": "PAYOUT",
        "Nature": "REFUND",
        "InitialTransactionId": "wt_bbcb7335-d513-49f6-a86b-502de501d675",
        "InitialTransactionType": "PAYIN",
        "InitialTransactionNature": "REGULAR",
        "DebitedWalletId": "wlt_m_01JHSSTYGT28P1F5KJ82QZ0K65",
        "CreditedWalletId": null
    }
]
// GET has no body parameters