Skip to main content

SafetyPay Get Payout Banks Result

resultCodeinteger
Example: 0
errorCodeinteger
Example: 0
errorCodeDescriptionstringnullable
Example:
resultstring
Example: FOUND_SUPPORTED_BANKS
banks object[]
  • Array [
  • bankIdCodestring

    Bank identifier.

    Example: 0002
    bankNamestring

    Bank name.

    Example: Banco de Credito del Peru
  • ]
  • SafetyPay Get Payout Banks Result
    {
    "resultCode": 0,
    "errorCode": 0,
    "errorCodeDescription": "",
    "result": "FOUND_SUPPORTED_BANKS",
    "banks": [
    {
    "bankIdCode": "0002",
    "bankName": "Banco de Credito del Peru"
    }
    ]
    }