{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentBankTransferCodeData", "title": "PaymentBankTransferCodeData", "type": "object", "properties": { "id": { "type": "string", "description": "The financial institution's branch identification number that is associated with the lender.
Endpoints:" }, "type": { "type": "string", "description": "The payment bank transfer code type varies based on the region of the account originates from.
Valid Values: BSB, IFSC, ROUTING_NUMBER, SORT_CODE
Endpoints:Applicable Values
", "enum": [ "BSB", "IFSC", "ROUTING_NUMBER", "SORT_CODE" ] } } }