SafetyPay Get Payout Banks Result
resultCodeinteger
Example:
0errorCodeinteger
Example:
0errorCodeDescriptionstringnullable
Example:
resultstring
Example:
FOUND_SUPPORTED_BANKSbanks object[]
Array [
bankIdCodestring
Bank identifier.
Example:
0002bankNamestring
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"
}
]
}