GET
/
v2.01
/
{ClientId}
/
payins
/
{PayInId}
{
    "Id": "payin_m_01HZ7HGSWAWWNS6NBTBPBZ6TNC",
    "Tag": "Created using the Mangopay API Postman collection",
    "CreationDate": 1717166434,
    "AuthorId": "user_m_01HYE3F4EYHAMD7CX5K0Z0A5NF",
    "CreditedUserId": "user_m_01HYE3F4EYHAMD7CX5K0Z0A5NF",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 100
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 100
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 0
    },
    "Status": "SUCCEEDED",
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "ExecutionDate": 1717166562,
    "Phone" : "+34700000000",
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "wlt_m_01HYG6AM9V72R64QTBHJY705DF",
    "PaymentType": "BIZUM",
    "ExecutionType": "WEB",
    "StatementDescriptor": "Example123"
}
Note – Pay-in data retained for 13 monthsAn API call to retrieve a pay-in whose CreationDate is older than 13 months may return 404 Not Found.For more information, see the Data availability periods article.

Path parameters

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

Responses

200 - Succeeded

{
    "Id": "payin_m_01HZ7HGSWAWWNS6NBTBPBZ6TNC",
    "Tag": "Created using the Mangopay API Postman collection",
    "CreationDate": 1717166434,
    "AuthorId": "user_m_01HYE3F4EYHAMD7CX5K0Z0A5NF",
    "CreditedUserId": "user_m_01HYE3F4EYHAMD7CX5K0Z0A5NF",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 100
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 100
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 0
    },
    "Status": "SUCCEEDED",
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "ExecutionDate": 1717166562,
    "Phone" : "+34700000000",
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "wlt_m_01HYG6AM9V72R64QTBHJY705DF",
    "PaymentType": "BIZUM",
    "ExecutionType": "WEB",
    "StatementDescriptor": "Example123"
}