SafetyPay SOAP Payout Result
ptidstring
Payout transaction identifier.
Example:
abcd12345678efghrequestedCurrencystring
Requested payout currency.
Example:
MXNrequestedAmountnumber<double>
Requested payout amount.
Example:
1234.56validationOnlyboolean
Indicates whether the payout request was validation-only.
Example:
trueresultCodeinteger
Result type returned for the request.
0: no error occurred1: issue with the submitted data2: technical issue; the service is temporarily unavailable
Possible values: [0, 1, 2]
Example:
0errorCodeinteger
Error code returned for the request. 0 indicates that no error
occurred; any other value indicates an error.
Example:
0errorCodeDescriptionstringnullable
Detailed error description. Empty when no error occurred.
Example:
SafetyPay SOAP Payout Result
{
"ptid": "abcd12345678efgh",
"requestedCurrency": "MXN",
"requestedAmount": 1234.56,
"validationOnly": true,
"resultCode": 0,
"errorCode": 0,
"errorCodeDescription": ""
}