Participant APIs | REST

Version:
Download Open API Specification

Notify token updated Service

https://api.wealthcare.com/participant/services/mobilepay/issuerServices/1/0/notifyTokenUpdated

Notify token updated Service

  • requestId string

    The Id of the request submitted

  • tokens array <object>

    Contains the Tokens which were updated.

    • tokenUniqueReference string

      A unique reference assigned following the allocation of a token used to identify the token for the duration of its lifetime.

    • status string

      The current status of token. Must be one of; INACTIVE - Token has not yet been activated, ACTIVE - Token is active and ready to transact, SUSPENDED - Token is suspended and unable to transact, DEACTIVATED - Token has been permanently deactivated

    • suspendedBy array <string>

      Who or what caused the token to be suspended. One or more values of; ISSUER = Suspended by the Issuer. PaymentAppProvider unable to unsuspend this token, (PAYMENT_APP_PROVIDER = Deprecated - Suspended by the PaymentAppProvider), TOKEN_REQUESTOR = Suspended by the Token Requestor, MOBILE_PIN_LOCKED = Suspended due to the Mobile PIN being locked, CARDHOLDER = Suspended by the Cardholder. Conditional - Required if status = SUSPENDED

    • tokenExpiry string

      The expiry of the Token PAN given in MMYY format. Conditional - Required for notifyTokenUpdated if reasonCode - "REDIGITIZATION_COMPLETE".

    • fundingAccountInfo object
      • encryptedPayload object
        • publicKeyFingerprint string
        • encryptedKey string
        • oaepHashingAlgorithm string
        • iv string
        • encryptedData object
          • cardAccountData object
            • accountNumber string
            • expiryMonth string
            • expiryYear string
            • securityCode string
          • financialAccountData object
            • financialAccountId string
            • interbankCardAssociationId string
            • countryCode string
          • tokenData object
            • token string
            • expiryMonth string
            • expiryYear string
            • sequenceNumber string
          • accountHolderAddress object
            • line1 string
            • line2 string
            • city string
            • countrySubdivision string
            • postalCode string
            • country string
          • accountHolderData object
            • accountHolderName string
            • accountHolderAddress object
              • line1 string
              • line2 string
              • city string
              • countrySubdivision string
              • postalCode string
              • country string
            • sourceIp string
            • deviceLocation string
            • consumerIdentifier string
            • accountHolderEmailAddress string
            • accountHolderMobilePhoneNumber object
              • countryDialInCode string
              • phoneNumber string
          • accountHolderMobilePhoneNumber object
            • countryDialInCode string
            • phoneNumber string
      • panUniqueReference string

        Reference to the PAN that is unique per Wallet Provider

  • reasonCode string

    The reason code for why the notification is being sent. This applies to all tokens in the Tokens array. Must be one of STATUS_UPDATE - The status of the tokens has been changed, REDIGITIZATION_COMPLETE - The token has been re-digitized to the device, DELETED_FROM_CONSUMER_APP = The token has been deleted from the consumer application. The token may still be active

  • responseId string

    The id of the response returned

  • errorCode string

    Error code for the reason the operation failed

  • errorDescription string

    Error description of the reason the operation failed