# Get validation schema for international recipients **GET /recipients/validation-schema** Retrieve the JSON schema for validating international recipient data based on country, currency, and payout method ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **countryCode** (string) Destination country code (ISO 3166-1 alpha-2) - **currencyCode** (string) Destination currency code (ISO 4217) - **payoutMethod** (string) Payout method (e.g., LOCAL, SWIFT) ## Responses ### 200 Array of validation schemas #### Body: application/json (array[object]) - **$id** (string) Schema identifier - **$schema** (string) JSON Schema version URI - **allOf** () Combined validation rules (allOf) - **anyOf** () Conditional validation rules (anyOf) - **properties** (object) Map of property names to their validation rules - **required** (array[string]) List of required field names - **title** (string) Schema title - **type** (string) Schema type (typically 'object') ### 400 Invalid parameters #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)