API Reference
{
    "customer": {
        "email": "[email protected]",
        "phone": {
            "number": "4444444444",
            "prefix": "+48"
        },
        "registrationNumber": {
            "country": "PL",
            "registrationNumber": "PL9452188308"
        }
    },
    "items": [
        {
            "bankTransferDetails": {
                "payee": {
                    "registrationNumber": {
                        "country": "PL",
                        "registrationNumber": "PL6342427710"
                    }
                },
                "payeeBankAccount": {
                    "iban": "PL52102023130000380205581980"
                }
            },
            "value": {
                "amount": 50000,
                "currency": "PLN"
            },
            "merchant": {
                "registrationNumber": {
                    "country": "PL",
                    "registrationNumber": "PL6342427710"
                }
            }
        }
    ],
    "transactionData": {
        "data": {
           "monthlyReports": [
                {
                    "month": "2023-12-01",
                    "transactionsValue": 32222,
                    "transactionsCount": 3,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-11-01",
                    "transactionsValue": 549999,
                    "transactionsCount": 1,
                    "refundsValue": 549999,
                    "refundsNumber": 1
                },
                {
                    "month": "2023-10-01",
                    "transactionsValue": 89999,
                    "transactionsCount": 2,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-09-01",
                    "transactionsValue": 800000,
                    "transactionsCount": 4,
                    "refundsValue": 1,
                    "refundsNumber": 20000
                },
                {
                    "month": "2023-08-01",
                    "transactionsValue": 0,
                    "transactionsCount": 0,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-07-01",
                    "transactionsValue": 49999,
                    "transactionsCount": 3,
                    "refundsValue": 49999,
                    "refundsNumber": 3
                },
                {
                    "month": "2023-06-01",
                    "transactionsValue": 99989,
                    "transactionsCount": 9,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-05-01",
                    "transactionsValue": 0,
                    "transactionsCount": 0,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-04-01",
                    "transactionsValue": 1340000,
                    "transactionsCount": 1,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-03-01",
                    "transactionsValue": 3222299,
                    "transactionsCount": 11,
                    "refundsValue": 300000,
                    "refundsNumber": 1
                },
                {
                    "month": "2023-02-01",
                    "transactionsValue": 0,
                    "transactionsCount": 0,
                    "refundsValue": 0,
                    "refundsNumber": 0
                },
                {
                    "month": "2023-01-01",
                    "transactionsValue": 0,
                    "transactionsCount": 0,
                    "refundsValue": 0,
                    "refundsNumber": 0
                }
            ]
        }
    },
    "notificationUrl": "https://example.com/notify",
    "partnerOrderId": "cc523436-bfb5-4640-b674-c0b97429d63e",
    "returnUrl": "https://example.com/return"
}