Note!
/v1/transfer/basket "
},
{
"info": {
"name": "Transfers' history",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://sandbox.przelewy24.pl/express/v1/transfer/history",
"params": [
{
"name": "limit",
"value": "",
"type": "path",
"description": "Limit of transfers downloaded in a single query. Default setting - 10."
},
{
"name": "dateFrom",
"value": "",
"type": "path",
"description": "The date FROM which the transfer history will be downloaded.
Format: „YYYY-mm-dd”"
},
{
"name": "dateTo",
"value": "",
"type": "path",
"description": "The date TO which the transfer history will be downloaded.
Format: „YYYY-mm-dd”"
}
],
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"docs": "The method allows to download the history of transfers from the account within a specified period of time. Warning! Do not use this method to verify whether a transfer was successful. In order to monitor the transfer status use Notifications.
."
},
{
"info": {
"name": "Refund (possible overrefund)",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://sandbox.przelewy24.pl/express/v1/transfer/p24/refund",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"docs": "This method generates new transfer for an existing transaction in Przelewy24 system. New transfer is created exactly the same as in method /v1/transfer/request, and its data is pulled from transaction in Przelewy24 system. Refunds are always created as Wallet type – the amount is pulled from user in Ekspres syste"
},
{
"info": {
"name": "Verification of the bank's activity",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://sandbox.przelewy24.pl/express/v1/bank/check",
"params": [
{
"name": "iban",
"value": "",
"type": "path",
"description": "IBAN number"
}
],
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"docs": "The method allows you to check whether the bank that serves the given IBAN by default is currently active.NOTE!
Even if the method of returning that the bank is an existing system, re-recover the information for a given user, which will direct the transfer to another bank.
"
}
]
}
],
"bundled": true
}