PayoutResponse
Response returned after a payout validation or capture request.
ptidstring
Example:
matthias1231623serequestedCurrencystring
Example:
EURrequestedAmountstring
Example:
10.0payedInCurrencystring
Example:
EURpayedAmountstring
Example:
10.0validationOnlyboolean
resultCodeinteger
Example:
0errorCodeinteger
Example:
0errorCodeDescriptionstring
Example:
PayoutResponse
{
"ptid": "matthias1231623se",
"requestedCurrency": "EUR",
"requestedAmount": "10.0",
"payedInCurrency": "EUR",
"payedAmount": "10.0",
"validationOnly": true,
"resultCode": 0,
"errorCode": 0,
"errorCodeDescription": ""
}