Customer information - permitted currencies
GET
/customer
Customer
Meaning and purpose
Thanks to the response from this method, it is possible to determine which accounts the sender has registered with PPL, allowing you to dynamically decide in which currency (and via which account) payments will be settled, especially in the case of COD.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/customer' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
{
"accounts": [
{
"bankCode": "0100",
"country": "CZ",
"currency": "CZK",
"swift": "KOMBCZPP"
}
]
}
Request
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-07 13:00:52