POST
/
v2.01
/
{ClientId}
/
payins
/
payment-methods
/
blik
{
    "AuthorId": "user_m_01HWSRS7HK6S0XKKD4CJM3PQ04",
    "CreditedWalletId": "wlt_m_01HWSSQV8W6550FJ5NTJQE1DE1",
    "DebitedFunds": {
        "Currency": "PLN",
        "Amount": 100
    },
    "Fees": {
        "Currency": "PLN",
        "Amount": 0
    },
    "Code" : "777365",
    "IpAddress" : "159.180.248.187",
    "ReturnUrl": "https://www.mangopay.com/docs/please-ignore",
    "BrowserInfo": {
        "UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
        "JavascriptEnabled": true
    },
    "Tag": "Created using Mangopay API Collection Postman",
    "StatementDescriptor" : "May2024"
}  
 {
    "Id": "wt_54874ce5-751d-4616-b7f0-7cee68aee39d",
    "Tag": "Created using Mangopay API Collection Postman",
    "CreationDate": 1718178213,
    "AuthorId": "user_m_01HWSRS7HK6S0XKKD4CJM3PQ04",
    "DebitedFunds": {
        "Currency": "PLN",
        "Amount": 100
    },
    "CreditedFunds": {
        "Currency": "PLN",
        "Amount": 100
    },
    "Fees": {
        "Currency": "PLN",
        "Amount": 0
    },
    "Status": "CREATED",
    "ResultCode": null,
    "ResultMessage": null,
    "ExecutionDate": null,
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "wlt_m_01HWSSQV8W6550FJ5NTJQE1DE1",
    "CreditedUserId": "user_m_01HWSRS7HK6S0XKKD4CJM3PQ04",
    "PaymentType": "BLIK",
    "ExecutionType": "WEB",
    "ReturnURL": "https://www.mangopay.com/docs/please-ignore?transactionId=wt_54874ce5-751d-4616-b7f0-7cee68aee39d",
    "RedirectURL": "https://r3.girogate.de/ti/dumbdummy?tx=2263480064&rs=It3FPwW1ezPJlRIb84DFwDj2S7pk8n80&cs=2b704ceaa038b2519137369f883d4b560e63cf490adcc8e2426ae45524c965e9",
    "StatementDescriptor": "May2024",
    "Code": "777365",
    "BrowserInfo": null,
    "IpAddress": "159.180.248.187"
}
Note – Timeout after 55 secondsThe payment session lasts for 55 seconds, at which point the pay-in fails automatically if no action has been taken by the user.
Note – Minimum amount in ProductionIn Production, the minimum accepted amount for BLIK is 0.01 PLN (1).

Body parameters

AuthorId
string
required
The unique identifier of the user at the source of the transaction.
Tag
string
Max. length: 255 charactersCustom data that you can add to this object.
For transactions (pay-in, transfer, payout), you can use this parameter to identify corresponding information regarding the user, transaction, or payment methods on your platform.
CreditedWalletId
string
required
The unique identifier of the credited wallet.
DebitedFunds
object
required
Information about the debited funds.
Fees
object
required
Information about the fees.
Code
string
required
The 6-digit code from the user’s banking application.
IpAddress
string
required
The IP address of the end user initiating the transaction, in IPV4 or IPV6 format.
ReturnURL
string
Max. length: 255 charactersThe URL to which the user is returned after the payment, whether the transaction is successful or not.Note: This parameter is only returned if it is sent.
BrowserInfo
object
required
Information about the browser used by the end user (author) to perform the payment.
StatementDescriptor
string
Max. length: 10 characters; only alphanumeric and spacesCustom description to appear on the user’s bank statement along with the platform name. Different banks may show more or less information. See the Customizing bank statement references article for details.

Responses

 {
    "Id": "wt_54874ce5-751d-4616-b7f0-7cee68aee39d",
    "Tag": "Created using Mangopay API Collection Postman",
    "CreationDate": 1718178213,
    "AuthorId": "user_m_01HWSRS7HK6S0XKKD4CJM3PQ04",
    "DebitedFunds": {
        "Currency": "PLN",
        "Amount": 100
    },
    "CreditedFunds": {
        "Currency": "PLN",
        "Amount": 100
    },
    "Fees": {
        "Currency": "PLN",
        "Amount": 0
    },
    "Status": "CREATED",
    "ResultCode": null,
    "ResultMessage": null,
    "ExecutionDate": null,
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "wlt_m_01HWSSQV8W6550FJ5NTJQE1DE1",
    "CreditedUserId": "user_m_01HWSRS7HK6S0XKKD4CJM3PQ04",
    "PaymentType": "BLIK",
    "ExecutionType": "WEB",
    "ReturnURL": "https://www.mangopay.com/docs/please-ignore?transactionId=wt_54874ce5-751d-4616-b7f0-7cee68aee39d",
    "RedirectURL": "https://r3.girogate.de/ti/dumbdummy?tx=2263480064&rs=It3FPwW1ezPJlRIb84DFwDj2S7pk8n80&cs=2b704ceaa038b2519137369f883d4b560e63cf490adcc8e2426ae45524c965e9",
    "StatementDescriptor": "May2024",
    "Code": "777365",
    "BrowserInfo": null,
    "IpAddress": "159.180.248.187"
}
{
    "AuthorId": "user_m_01HWSRS7HK6S0XKKD4CJM3PQ04",
    "CreditedWalletId": "wlt_m_01HWSSQV8W6550FJ5NTJQE1DE1",
    "DebitedFunds": {
        "Currency": "PLN",
        "Amount": 100
    },
    "Fees": {
        "Currency": "PLN",
        "Amount": 0
    },
    "Code" : "777365",
    "IpAddress" : "159.180.248.187",
    "ReturnUrl": "https://www.mangopay.com/docs/please-ignore",
    "BrowserInfo": {
        "UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
        "JavascriptEnabled": true
    },
    "Tag": "Created using Mangopay API Collection Postman",
    "StatementDescriptor" : "May2024"
}