Build and send paymentMethods/balance request
Build and send paymentMethods/balance request
POST /V1/adyen/payment-methods/balance
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/adyen/payment-methods/balance \
-d '{"payload":"string"}'
Request examples
{
"payload": "string"
}
Response examples (200)
string
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}