GET
/
v2.01
/
{ClientId}
/
payins
/
{PayInId}
// GET has no body parameters
{
    "Id": "wt_af48ec6d-d2a3-4b5c-91ed-1c3466de01f3",
    "Tag": "Created using the Mangopay API Postman collection",
    "CreationDate": 1739542980,
    "AuthorId": "user_m_01JM2D5H6C117W88ZDH61FDTA2",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 1036
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 1036
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 0
    },
    "Status": "CREATED",
    "ResultCode": null,
    "ResultMessage": null,
    "ExecutionDate": null,
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "wlt_m_01JM2D5R22PRP33Z5FG33V4N11",
    "CreditedUserId": "user_m_01JM2D5H6C117W88ZDH61FDTA2",
    "PaymentType": "PAY_BY_BANK",
    "ExecutionType": "WEB",
    "ReturnURL": "http://example.com?transactionId=wt_af48ec6d-d2a3-4b5c-91ed-1c3466de01f3",
    "RedirectURL": "https://link.tink.com/1.0/pay/direct/?client_id=16056f414a434c149c48770b0f0bed6c&redirect_uri=https://api.dev.whenthen.co/payments/apm/?connectionId=payment-gateway-tink:85013d24-5f47-4cfa-9ee6-ad7ca74901f6&payment_request_id=8be3d49621b543b695ed29a40975b3cd&market=DE&locale=en&session_id=8caa95d0d1694bb59f6fe726fc233635a658cd2b3e2e4d82aaf5da7d516fb4f9&input_provider=de-demobank-open-banking-embedded-templates",
    "StatementDescriptor": "Example123",
    "Country": "DE",
    "BIC": "AACSDE33",
    "IBAN": "DE03500105177564668331",
    "PaymentFlow": "WEB",
    "BankName": "de-demobank-open-banking-embedded-templates",
    "Culture": "EN",
    "Scheme": "SEPA_CREDIT_TRANSFER",
    "ProcessingStatus": "PENDING_SUCCEEDED"
}

Path parameters

PayInId
string
required

The unique identifier of the pay-in.

Responses

{
    "Id": "wt_af48ec6d-d2a3-4b5c-91ed-1c3466de01f3",
    "Tag": "Created using the Mangopay API Postman collection",
    "CreationDate": 1739542980,
    "AuthorId": "user_m_01JM2D5H6C117W88ZDH61FDTA2",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 1036
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 1036
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 0
    },
    "Status": "CREATED",
    "ResultCode": null,
    "ResultMessage": null,
    "ExecutionDate": null,
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "wlt_m_01JM2D5R22PRP33Z5FG33V4N11",
    "CreditedUserId": "user_m_01JM2D5H6C117W88ZDH61FDTA2",
    "PaymentType": "PAY_BY_BANK",
    "ExecutionType": "WEB",
    "ReturnURL": "http://example.com?transactionId=wt_af48ec6d-d2a3-4b5c-91ed-1c3466de01f3",
    "RedirectURL": "https://link.tink.com/1.0/pay/direct/?client_id=16056f414a434c149c48770b0f0bed6c&redirect_uri=https://api.dev.whenthen.co/payments/apm/?connectionId=payment-gateway-tink:85013d24-5f47-4cfa-9ee6-ad7ca74901f6&payment_request_id=8be3d49621b543b695ed29a40975b3cd&market=DE&locale=en&session_id=8caa95d0d1694bb59f6fe726fc233635a658cd2b3e2e4d82aaf5da7d516fb4f9&input_provider=de-demobank-open-banking-embedded-templates",
    "StatementDescriptor": "Example123",
    "Country": "DE",
    "BIC": "AACSDE33",
    "IBAN": "DE03500105177564668331",
    "PaymentFlow": "WEB",
    "BankName": "de-demobank-open-banking-embedded-templates",
    "Culture": "EN",
    "Scheme": "SEPA_CREDIT_TRANSFER",
    "ProcessingStatus": "PENDING_SUCCEEDED"
}
// GET has no body parameters