Skip to main content

SafetyPay SOAP Payout Result

ptidstring

Payout transaction identifier.

Example: abcd12345678efgh
requestedCurrencystring

Requested payout currency.

Example: MXN
requestedAmountnumber<double>

Requested payout amount.

Example: 1234.56
validationOnlyboolean

Indicates whether the payout request was validation-only.

Example: true
resultCodeinteger

Result type returned for the request.

  • 0: no error occurred
  • 1: issue with the submitted data
  • 2: technical issue; the service is temporarily unavailable

Possible values: [0, 1, 2]

Example: 0
errorCodeinteger

Error code returned for the request. 0 indicates that no error occurred; any other value indicates an error.

Example: 0
errorCodeDescriptionstringnullable

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": ""
}