LogoLogo
  • Localpayment documentation V2
  • INTRODUCTION TO OUR SOLUTION
    • Payouts
    • Merchant Dashboard
      • Login
      • Reports
        • Account Balance
        • Projected account balance
        • Activity Report
        • Detail transaction
      • Upload Payouts Batch
    • Postman Collection
  • ENVIRONMENTS
    • Environments
  • BEFORE A PAYMENT
    • Authentication - Tokens
    • Login With OTP
    • Currency Exchange
  • REQUEST A PAYMENT
    • PayOut
      • Create
        • Argentina
        • Bolivia
        • Brazil
        • Chile
        • Colombia
        • Ecuador
        • Mexico
        • Paraguay
        • Peru
        • Uruguay
      • Manual Upload
      • Authenticate (2 step)
      • Cancel
  • AFTER A PAYMENT
    • List
    • Get Balance
    • Wire In
    • Callback events
    • Retentions
  • API REFERENCE GUIDE
    • Payout Methods + SLA
      • Latam
    • Country Codes
    • Currency Codes
    • Bank Codes
      • Argentina
      • Bolivia
      • Brazil
      • Chile
      • Colombia
      • Ecuador
      • Mexico
      • Paraguay
      • Peru
      • Uruguay
    • Bank Account Validations
      • Argentina
      • Bolivia
      • Brazil
      • Chile
      • Colombia
      • Ecuador
      • Mexico
      • Paraguay
      • Peru
      • Uruguay
    • Document Validations
      • Argentina
      • Bolivia
      • Brazil
      • Chile
      • Colombia
      • Ecuador
      • Guatemala
      • Mexico
      • Paraguay
      • Peru
      • Uruguay
    • Concept Codes
    • Payout rejected error codes
    • Payout validation error codes
    • Payout Status
  • FLOWS AND CHARACTERISTICS
    • Payout Flow
    • Payout Status Flow
    • Wire In
    • Payout Characteristics SLA
    • Account Currencies
    • Involved Parties
  • HOLIDAYS
    • 2021
    • 2022
    • 2023
  • COMPLIANCE
    • Values
    • Prohibited Countries
    • Prohibited Business
    • Compliance Program Docs
  • GLOSSARY
    • Payments Explained
Powered by GitBook
On this page

Was this helpful?

  1. API REFERENCE GUIDE

Payout validation error codes

Validation
Description

beneficiary_account_number

Parameter :: beneficiary_account_number :: invalid format .#INVALID

merchant_id

  • Parameter :: merchant_id :: is required.#REQUIRED

  • Parameter :: merchant_id :: has minimun 0 characters and 60 characters maximum.#LENGTH

  • Parameter :: merchant_id :: invalid format, only allow: letters and spaces.#INVALID

  • The merchant_id specified already exist in the system, must be unique.

concept_code

Parameter :: concept_code :: has minimum 0 and 4 characters maximum.#LENGTH

currency

  • Parameter :: currency :: is required.

  • Parameter :: currency :: invalid format, only allow codes: 'ARS' | 'BOB' | 'USD' | 'BRL' | 'EUR' | 'UYU' | 'COP' | 'PYG'| 'PEN'|

payout_date

  • Parameter :: payout_date :: has 8 characters length.#LENGTH

  • Parameter :: payout_date :: invalid value: allow only date format, length 8 characters (YYYMMDD).#INVALID

amount

  • Parameter :: amount :: is required.

  • Parameter :: amount :: value out range [100 - 1000000000].

  • Parameter :: amount :: invalid length, must be between 3 and 10 characters.

submerchant_code

  • Parameter :: submerchant_code :: is required.

  • Parameter :: submerchant_code :: has minimun 3 characters and 60 characters maximum.

  • Parameter :: submerchant_code :: invalid format, only allow numbers, letters chars [-_.] and spaces, and length should be between 3 and 60 characters.

sender_taxid

Parameter :: sender_taxid :: invalid format, only allow: letters and spaces, and length has between 1 and 50 characters.

sender_name

Parameter :: sender_name :: invalid format, only allow: letters and spaces, and length has between 1 and 60 characters.

sender_address

Parameter :: sender_address :: invalid format, only allow: letters and spaces, and length has between 1 and 300 characters.

sender_state

Parameter :: sender_state :: invalid format, only allow: letters and spaces, and length has between 1 and 20 characters.

sender_country

Parameter :: sender_country :: invalid format, only allow: letters and spaces, and length has between 1 and 20 characters.

sender_birthdate

Parameter :: sender_birthdate :: invalid value: allow only date format, length 8 characters (YYYMMDD).#INVALID

sender_email

Parameter :: sender_email :: is not a valid mail.#INVALID

sender_phone_number

Parameter :: sender_phone_number :: is not a valid phone number.#INVALID

sender_zip_code

Parameter :: sender_zip_code :: invalid value: allow only: letters, numbers and hyphen.#INVALID

beneficiary_name

  • Parameter :: beneficiary_name :: is required.

  • Parameter :: beneficiary_name :: invalid format, only allow: letters and spaces, length 16 characters.

beneficiary_document_id

Parameter :: beneficiary_document_id :: invalid length, must be only numbers and 11 or 14 characters length.#INVALID

bank_account_type

  • Parameter :: bank_account_type :: has 1 characters length.#LENGTH

  • Parameter :: bank_account_type :: invalid format, only characters available: 'C' - checking account, 'A' - savings account.#INVALID

bank_code

  • Length must be 3.#LENGTH

  • Bank_code :: is invalid

bank_branch

Parameter :: bank_branch :: must be between 1-6 character length characters length.#LENGTH

bank_cbu

"Parameter :: bank_cbu :: invalid CBU" must have 22 characters length.#LENGTH * Oblogatory only for Argentina.

beneficiary_state

Parameter :: beneficiary_state :: invalid format, only allow: letters and spaces, and length has between 1 and 60 characters.

beneficiary_country

Parameter :: beneficiary_country :: invalid format, only allow: letters and spaces, and length has between 1 and 60 characters.

beneficiary_birth_date

Parameter :: beneficiary_birth_date :: invalid value: allow only date format, length 8 characters (YYYMMDD).

beneficiary_email

Parameter :: beneficiary_email :: is not a valid mail

beneficiary_phone_number

Parameter :: beneficiary_phone_number :: is not a valid phone number.#INVALID

beneficiary_zip_code

Parameter :: beneficiary_zip_code :: invalid value: allow only: letters, numbers and hyphen.#INVALID

PreviousPayout rejected error codesNextPayout Status

Last updated 2 years ago

Was this helpful?