Blik
Transfer via Blik (phone number).
| Country | Poland |
|---|---|
| Currency | EUR/PLN |
| Method type | blik |
| Direction | PayIn/PayOut |
| Integration type | H2H |
| Transfer type | Transfer via Blik |
| Account number format | 9 or 11-digits phone number |
Create PayIn (API request)
Integration type: H2H
HTTP Method: POST
Endpoint: /deals/payin
{
"amount": 25, // Payment amount
"currency": "EUR", // Currency
"invoiceId": "invoiceId", // Unique invoice identifier on the merchant side
"type": "blik", // Method type
"successUrl": "Google ", // Optional (widget): URL for redirect on successful payment
"failUrl": "Google ", // Optional (widget): URL for redirect on failed payment
"backUrl": "Google ", // Optional (widget): URL for return without completing payment
"lang": "EN" // Optional (widget): localization EN/RU
}Create PayOut (API request)
Integration type: H2H
HTTP Method: POST
Endpoint: /deals/payout
{
"amount": 25, // Payment amount
"currencyTo": "EUR", // Currency
"clientId": "clientId", // Unique client identifier on the merchant side
"recipient": { // Recipient's information
"account_owner": "Account Holder", // Recipient's full name (account holder)
"account_number": "12345678901", // Phone number linked to recipient's account
"type":"phone" // Recipient's account type
},
"type": "blik" // Method typeUpdated 6 months ago
Did this page help you?
