Visa Visa Account Updater Acquirer API API

Visa Account Updater Acquirer API

Documentation

📖
GettingStarted
https://developer.visa.com/capabilities/pav/docs
📖
Authentication
https://developer.visa.com/capabilities/pav/docs-authentication
📖
GettingStarted
https://developer.visa.com/capabilities/suppliermatchingservice/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/suppliermatchingservice/docs-authentication
📖
GettingStarted
https://developer.visa.com/capabilities/vcms/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/vcms/docs-authentication
📖
GettingStarted
https://developer.visa.com/capabilities/card-on-file-data-inquiry/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/card-on-file-data-inquiry/docs-authentication
📖
GettingStarted
https://developer.visa.com/capabilities/foreign_exchange/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/foreign_exchange/docs-authentication
📖
Documentation
https://developer.visa.com/capabilities/foreign_exchange/reference#tag/Foreign-Exchange-Rates-API/operation/ForeignExchangeRates_v2%20-%20Latest
📖
GettingStarted
https://developer.visa.com/capabilities/paai/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/paai/docs-authentication
📖
Documentation
https://developer.visa.com/capabilities/paai/reference#tag/Funds-Transfer-Attributes-Inquiry-API/operation/Funds%20Transfer%20Inquiry_v5%20-%20Latest
📖
GettingStarted
https://developer.visa.com/capabilities/vau/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/vau/docs-authentication
📖
Documentation
https://developer.visa.com/capabilities/vau/reference#tag/Issuer-Stop-Advice-API/operation/stopAdviceUsingPOST_v1%20-%20Latest
📖
GettingStarted
https://developer.visa.com/capabilities/visa-bin-attribute-sharing-service/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/visa-bin-attribute-sharing-service/docs-authentication
📖
GettingStarted
https://developer.visa.com/capabilities/vbds/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/vbds/docs-authentication
📖
Documentation
https://developer.visa.com/capabilities/vbds/reference#tag/Authorization-Data-API/operation/getAuthDataUsingPOST_v1%20-%20Latest
📖
GettingStarted
https://developer.visa.com/capabilities/vcpm/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/vcpm/docs-authentication
📖
Documentation
https://developer.visa.com/capabilities/vcpm/reference#tag/Visa-Card-Program-Enrollment/operation/enrollmentV2UsingPOST_v2%20-%20Latest
📖
GettingStarted
https://developer.visa.com/capabilities/visa-secure-remote-commerce/docs-getting-started
📖
Documentation
https://developer.visa.com/capabilities/visa-secure-remote-commerce/reference#tag/CTP-Checkout-API/operation/CTP%20Checkout%20API_v1%20-%20Latest
📖
Documentation
https://developer.visa.com/capabilities/visa-digital-enablement-lite/reference#tag/URL-Generation-API_/paths/1inapp1provision1appclip1url/post_v1%20-%20Latest
📖
GettingStarted
https://developer.visa.com/capabilities/visa-merchant-screening-service/docs-getting-started
📖
Authentication
https://developer.visa.com/capabilities/visa-merchant-screening-service/docs-authentication
📖
Documentation
https://developer.visa.com/capabilities/visa-merchant-screening-service/reference#tag/Termination-Inquiry-APIs/operation/RetroActive%20Alert%20of%20Terminated%20Merchants%20or%20Agent_v2%20-%20Latest
📖
Documentation
https://developer.visa.com/capabilities/vpa
📖
Documentation
https://developer.visa.com/capabilities/visa-in-app-provisioning
📖
Documentation
https://developer.visa.com/capabilities/merchant_search/docs
📖
Documentation
https://developer.visa.com/capabilities/vba/docs
📖
Documentation
https://developer.visa.com/capabilities/vmorc/docs
📖
Documentation
https://developer.visa.com/capabilities/visa_direct/docs
📖
Documentation
https://developer.visa.com/capabilities/atmlocator/docs
📖
Documentation
https://developer.visa.com/capabilities/vctc/docs

Specifications

Other Resources

OpenAPI Specification

visa-visa-account-updater-acquirer-api-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Foreign Exchange Rates Visa Account Updater Acquirer API API
  description: Visa Account Updater Acquirer API
  version: '1'
servers:
- url: https://sandbox.api.visa.com
  description: Sandbox server
security: []
tags:
- name: Visa Account Updater Acquirer API
  description: Visa Account Updater Acquirer API
paths:
  /vau/acquirer-api/v1/inquiry:
    post:
      tags:
      - Visa Account Updater Acquirer API
      summary: Acquirer API for PANs Inquiry
      description: Retrieve the new PANs information for requested old PANs.
      operationId: inquiryUsingPOST
      requestBody:
        description: inquiryRequest
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Request'
            examples:
              Default1:
                summary: Default1
                value:
                  inquiries:
                  - cardholderAccountNumber: a4X3933787254355
                    expirationDate: '2609'
                  acquirerSegmentId: 2
                  merchantId: 00000067625P
                  acquirerOrMerchantProprietaryInfo: ''
                  subMerchantName: ''
              Default:
                summary: Default
                value:
                  inquiries:
                  - cardholderAccountNumber: 4389613X6834X49X
                    expirationDate: '1802'
                  - cardholderAccountNumber: 4389A13X6834X49X
                    expirationDate: '1802'
                  acquirerSegmentId: 88
                  merchantId: 000000705858
                  acquirerOrMerchantProprietaryInfo: ''
                  subMerchantName: SM01
        required: true
      responses:
        '200':
          description: This response code will be returned in scenarios where the inquiry is successful, all possible response codes are explained below in the model.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Response'
              examples:
                Default1:
                  summary: Default1
                  value:
                    rejects:
                    - cardholderAccountNumber: a4X3933787254355
                      rejectReason: Account Number contains non-numeric characters or is blank
                      rejectReasonCode: '3'
                      expirationDate: '2609'
                    acquirerSegmentId: 2
                    merchantId: 00000067625P
                    responses: []
                    acquirerOrMerchantProprietaryInfo: ''
                    subMerchantName: ''
                Default:
                  summary: Default
                  value:
                    rejects:
                    - cardholderAccountNumber: 4389A13X6834X49X
                      rejectReason: Account Number contains non-numeric characters or is blank
                      rejectReasonCode: '3'
                      expirationDate: '1802'
                    acquirerSegmentId: 88
                    merchantId: 000000705858
                    responses:
                    - previouslySentFlag: N
                      newCardholderAccountNumber: ''
                      oldExpirationDate: '1802'
                      newExpirationDate: ''
                      oldCardholderAccountNumber: 4389613X6834X49X
                      serviceIdentifier: P
                    acquirerOrMerchantProprietaryInfo: ''
                    subMerchantName: SM01
        '400':
          description: This response code will be returned in scenarios where the inquiry is badly formatted.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadFormattedErrorMessage-1'
        '409':
          description: This response code will be returned in scenarios where the inquiry is rejected, all possible reasons for request rejection are explained below in the model.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RejectedRequestResponse'
        '500':
          description: This response code will be returned in scenarios where the inquiry could not be sucessfully processed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GenericErrorMessage-1'
      deprecated: false
      x-codegen-request-body-name: inquiryRequest
      x-operationVersions:
      - label: v1 - Latest
        operationPointer: '#/paths/~1vau~1acquirer-api~1v1~1inquiry/post'
        default: false
      x-hideTryIt: true
components:
  schemas:
    Request:
      title: Request
      required:
      - acquirerSegmentId
      - inquiries
      - merchantId
      type: object
      properties:
        inquiries:
          type: array
          description: '[List of Inquiries]'
          items:
            $ref: '#/components/schemas/Inquiry'
        merchantId:
          type: string
          description: '[Acquirer assigns the merchant ID. This field must contain a valid VAU Merchant ID.]'
          example: 000000705853
        subMerchantName:
          type: string
          description: '[If inquiry is submitted by a merchant, then this field must be empty.

            If inquiry is submitted by a third-party aggregator on behalf of a merchant, then this field must be populated with the sub-merchant name. Acquirers and processors must pass the value to Visa. No special characters are allowed.]'
          example: SUB-MERCHANT-NAME
        acquirerSegmentId:
          type: integer
          description: '[This field must contain a valid VAU Acquirer Segment ID.]'
          format: int32
          example: 2
        acquirerOrMerchantProprietaryInfo:
          type: string
          description: '[If provided, it contains acquirer or merchant proprietary information such as a customer ID that is carried in the merchants back-end system.]'
          example: 180720216995565000113            XXXXAIBR
      description: '[Acquirer-api request body]'
    BadFormattedErrorMessage-1:
      title: BadFormattedErrorMessage
      type: object
      properties:
        rejectReason:
          type: string
          description: 'This fields contains following reject reasons

            * Request is badly formatted and/or the required field(s) is (are) missing

            '
          example: Request is badly formatted and/or the required field(s) is (are) missing
        rejectReasonCode:
          type: string
          description: 'This Fields contains following Reject reason codes:

            * B

            '
          example: B
      description: '[Inquiry is badly formatted]'
    Response:
      title: Response
      required:
      - acquirerSegmentId
      - merchantId
      - rejects
      - responses
      type: object
      properties:
        rejects:
          type: array
          description: '[List of Rejected Inquiry Response]'
          items:
            $ref: '#/components/schemas/RejectedInquiryResponse'
        responses:
          type: array
          description: '[List of Successful Inquiry Responses]'
          items:
            $ref: '#/components/schemas/SuccessfulInquiryResponse'
        merchantId:
          type: string
          description: '[This field contains the VAU Merchant ID that was submitted in the associated Acquirer Inquiry Request.]'
          example: 000000705853
        subMerchantName:
          type: string
          description: '[This field contains the sub merchant name that was submitted in the associated Acquirer Inquiry Request.]'
          example: SUB-MERCHANT-NAME
        acquirerSegmentId:
          type: integer
          description: '[This field contains the VAU Acquirer Segment ID of the associated Acquirer Inquiry Request.]'
          format: int32
          example: 2
        acquirerOrMerchantProprietaryInfo:
          type: string
          description: '[This field contains the Acquirer or merchant Proprietary information that was submitted in the associated Acquirer Inquiry Request.]'
          example: 180720216995565000113            XXXXAIBR
      description: '[Acquirer-api response body]'
    SuccessfulInquiryResponse:
      title: SuccessfulInquiryResponse
      required:
      - newCardholderAccountNumber
      - oldCardholderAccountNumber
      type: object
      properties:
        newExpirationDate:
          type: string
          description: "[This field contains one of the following:\n* The expiration date when new information is available, in YYMM format, where:\nYY = 0099\nMM = 0112\nSpaces for messages that indicate one of the following conditions:\n    * Closed Account {C} \n    * Contact Cardholder {Q} \n    * Participating BIN, No Match {P} \n    * Non-participating BIN, No Match {N} ]"
          example: '2204'
        oldExpirationDate:
          type: string
          description: '[This field contains the old expiration date in YYMM format, where YY = 00-99 and MM = 0112]'
          example: '2204'
        serviceIdentifier:
          type: string
          description: "[This field contains one of the following:\n* AAccount number change message\n* CClosed account advice\n* EExpiration date change\n* NNon-participating BIN\n* QContact cardholder advice\n* OCardholder Opt-Out\n    Note: \n       When a 'Stop Advice' is placed on a card and the acquirer/merchant is ready to accept \n        the code, they would receive the 'O'. \n       If the acquirer is not ready to accept 'O', then, VAU responds with 'P'. \n       To confirm the ability to receive 'O', please send email to VAU Client Support Team at \n        updater@visa.com (for North America customers), or customersupport@visa.com (for \n        Europe customers).\n* PParticipating BIN, no match\n        Note: UK onlyThis might also mean that the account is currently being switched from one bank to a different bank as part of the UKCASS.\n* VMatch made, account number and expiration date unchanged.]"
          example: A
        previouslySentFlag:
          type: string
          description: "[This field contains one of the following:\n YYes or NNo\nNote: A Y value indicates that exactly the same account information was requested by the acquirer and sent by VAU during the previous 40 days (the retention period), excluding the current day.]"
          example: Y
        newCardholderAccountNumber:
          type: string
          description: "[This field contains one of the following:\n* The account number when new information is available.\n* The account number if a validation response is provided.\nSpaces for records with the following service identifiers:\n    * Closed Account {C}\n    * Contact Cardholder {Q}\n    * Participating BIN, No Match {P} \n             Note: UK onlyThis might also mean that the account is currently being switched from one bank to a different bank as part of the UKCASS.\n    * Non-participating BIN, No Match {N} ]"
          example: 400000XX00000001
        oldCardholderAccountNumber:
          type: string
          description: '[This field contains the account number that was submitted in the associated Acquirer Inquiry Request.]'
          example: 400000XX00000000
      description: '[Successful Inquiry Response body]'
    RejectedRequestResponse:
      title: RejectedRequestResponse
      required:
      - acquirerSegmentId
      - merchantId
      type: object
      properties:
        merchantId:
          type: string
          description: '[Acquirer assigns the merchant ID. This field must contain a valid VAU Merchant ID.]'
          example: 000000705853
        rejectReason:
          type: string
          description: '[This field contains the description of the reject code:

            * AAcquirer segment is not enrolled

            * MMerchant is not enrolled

            * VNo data found in inquiry field

            * 9Max PANs threshold passed for single request. Max PANs allowed are bound to change, at present this limit is set to 100.]

            '
          example: Acquirer segment is not enrolled
        subMerchantName:
          type: string
          description: '[If inquiry is submitted by a merchant, then this field must be empty.

            If inquiry is submitted by a third-party aggregator on behalf of a merchant, then this field must be populated with the sub- merchant name. Acquirers and processors must pass the value to Visa. No special characters are allowed.]'
          example: SUB-MERCHANT-NAME
        rejectReasonCode:
          type: string
          description: '[This field contains one of the following codes:

            * AAcquirer segment is not enrolled

            * MMerchant is not enrolled

            * VNo data found in inquiry field

            * 9Max PANs threshold passed for single request. Max PANs allowed are bound to change, at present this limit is set to 100.]

            '
          example: A
        acquirerSegmentId:
          type: integer
          description: '[This field  must contain a valid VAU Acquirer Segment ID.]'
          format: int32
          example: 9992
        acquirerInformation:
          type: string
          description: '[If provided, it contains acquirer or merchant proprietary information such as a customer ID that is carried in the merchants back-end system.]'
          example: 180720216995565000113            XXXXAIBR
      description: '[Reject Request]'
    Inquiry:
      title: Inquiry
      required:
      - cardholderAccountNumber
      type: object
      properties:
        expirationDate:
          type: string
          description: '[If provided, it must contain the expiration date of the account on file at the merchant for billing purposes. The date must be in YYMM format]'
          example: '2204'
        cardholderAccountNumber:
          type: string
          description: '[This field must contain the account number (Visa, Mastercard, American Express, or Discover) that is on file at the merchant for billing purposes.]'
          example: 400000XX00000000
      description: '[Pan inquiry consists of two fields, the cardholder account number and it''s expiration date.]'
    RejectedInquiryResponse:
      title: RejectedInquiryResponse
      required:
      - cardholderAccountNumber
      type: object
      properties:
        rejectReason:
          type: string
          description: '[This field contains the description of the reject code:

            * 1Account Number does not start with 2, 3, 4, 5 or 6

            * 3Account Number contains non-numeric characters or is blank

            * 4Account Number is not of proper length (must be 13, 15, 16 or 19)

            * 5Expiration Date is invalid (must be YYMM)]

            '
          example: Account Number does not start with 2, 3, 4, 5 or 6
        expirationDate:
          type: string
          description: '[This field contains the old expiration date in YYMM format, where YY = 00-99 and MM = 0112]'
          example: '2204'
        rejectReasonCode:
          type: string
          description: '[This field contains one of the following codes:

            * 1Account Number does not start with 2, 3, 4, 5 or 6

            * 3Account Number contains non-numeric characters or is blank

            * 4Account Number is not of proper length (must be 13, 15, 16 or 19)

            * 5Expiration Date is invalid (must be YYMM)]

            '
          example: '1'
        cardholderAccountNumber:
          type: string
          description: '[This field contains the account number that was submitted in the associated Acquirer Inquiry Request.]'
          example: 800000XX00000000
      description: '[Rejected Inquiry Response body]'
    GenericErrorMessage-1:
      title: GenericErrorMessage
      type: object
      properties:
        rejectReason:
          type: string
          description: 'This fields contains following reject reasons

            * Internal Server Error, please try again after sometime

            '
          example: Internal Server Error, please try again after sometime
        rejectReasonCode:
          type: string
          description: 'This Fields contains following Reject reason codes:

            * E

            '
          example: E
      description: '[Reject Request]'
x-tagGroups:
- name: API Reference
  tags:
  - Foreign Exchange Rates API