Verifone · Schema

OP Online Payment list of Banks Response

opOnlinePaymentGetBanksResponse from Verifone eCommerce API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

ecommerce-api-oponlinepaymentgetbanksresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-oponlinepaymentgetbanksresponse.json",
  "title": "OP Online Payment list of Banks Response",
  "description": "opOnlinePaymentGetBanksResponse from Verifone eCommerce API",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "bank_id": {
        "type": "string"
      },
      "bank_name": {
        "type": "string"
      }
    }
  }
}