Payment Methods
Przelewy24
{
"id": "7bb6f1f3-d280-4b0c-a74f-90471ea69426", // Auto-generated UUID
"paymentMethod": "p24",
"returnUrl": "http://example.com", // URL to return after payment completion.
"webhookUrl": "https://example.com", // URL to receive webhook notification.
"transaction":{
"reference": "test-1111", // Max 20 characters
"currency": "PLN", // ISO4217 format
"amount": 2000, // The amount is in cents, 2000 = 20 PLN. Has to be sum of amounts * quantity in lines.
"description": "test-1444",
"lines":[
{
"name": "Some Voucher - 20 PLN", // Max 100 characters. Name of product.
"category": "PREPAID-VOUCHER", // Max 100 characters.
"brand": "alphacomm", // Max 100 characters.
"quantity": 1, // Number of items
"amount": 2000 // The amount is in cents, 2000 = 20 PLN
}
]
},
"p24": { // Mandatory parameters for P24
"customerEmail": "some@address.com", // Has to be a valid email address
"customerFirstName": "Jakub", // First name
"customerLastName": "Klimatkowski", // Last name
}
}
Buckaroo Sandbox
In Buckaroo Przelewy24 integration, all needed parameters are set in buckaroo. Just example request is sent
Check with dev team for sanbox setup
Merchant Configuration
- guid - Buckaroo account (set by devs)
- key - Buckaroo account (set by devs)
- secret_key - Buckaroo account (set by devs)
- store_name - Merchant name set in configuration