IBM Support

How to update the expiration date of a credit card?

Question & Answer


Question

How to update the expiration date of a credit card?

Answer

Reference: MCF v8.0

The application allows the user to change the expiration date of a credit card at any time. The attribute “AllowPaymentMethodInfoOverride” at payment method level must be set to “Y” when changing the expiration date.

An example usage of the same attribute is as below as part of changeOrder API input xml -

<Order OrderHeaderKey="<order_header_key>" >
    <PaymentMethods>
        <PaymentMethod  AllowPaymentMethodInfoOverride="Y"  CreditCardExpDate="<date in mm/dd/yyyy format>"  PaymentKey="<payment_key>"  PaymentType="CREDIT_CARD" />
    </PaymentMethods>
</Order>

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Mapping and Translation","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

HTG2949

Document Information

Modified date:
30 May 2024

UID

swg21562134