Skip to main content

PayoutResponse

Response returned after a payout validation or capture request.

ptidstring
Example: matthias1231623se
requestedCurrencystring
Example: EUR
requestedAmountstring
Example: 10.0
payedInCurrencystring
Example: EUR
payedAmountstring
Example: 10.0
validationOnlyboolean
resultCodeinteger
Example: 0
errorCodeinteger
Example: 0
errorCodeDescriptionstring
Example:
PayoutResponse
{
"ptid": "matthias1231623se",
"requestedCurrency": "EUR",
"requestedAmount": "10.0",
"payedInCurrency": "EUR",
"payedAmount": "10.0",
"validationOnly": true,
"resultCode": 0,
"errorCode": 0,
"errorCodeDescription": ""
}