Payment
Initialize payment
{
"reference": "BlikHPPTestTransaction#1",// required
"currency": "PLN",// required
"amount": "12.23", // required
"description": "descripion", // optional
"customer": {
"identifier": "12345", // required, unique value from the system of the merchant
"email": "user@example.com", // optional
"phone": "333333333", // optional
"first_name": "Jan", // required
"last_name": "Kowalski", // required
"middle_name": "Marian", // optional
"country": "PL", // required
"state_code": "PL-14", // optional
"city": "Warsaw", // optional
"address": "Krakowskie Przedmieście 1", // optional
"zip_code": "00-001", // optional
"itn": "X1234567890", // optional
"birthday": "1980-05-15", // optional
"ip": "192.168.0.1", // optional
"gender": "male" // optional
},
"widget": {
"method": "blik", // required
"locale": "en" // optional
},
"redirect_url": "https://merchant.domain/pending", // optional
"callback_url": "https://merchant.domain/callback", // optional
"cancel_url": "https://merchant.domain/cancel", // optional
"extra": // conditional, any field which may be needed for transaction routing and integration
[{"key_1":"value"},{"key_2":"value"},{"key_3":"value"},{"key_4":"value"}]
}Challenge type: redirect
Response - 400 Bad request
Callback
Callback flow
Example
Check Payment Status
Response (Not Found):
Last updated