Adds additional card payment method details to Payment Records
What’s new
Payment Records now contain additional card payment method details in the payment_method_details.card hash:
- authorization_code: contains the authorization code of the payment.
- description: provides a high-level description of the card types issued in this range.
- iin: contains the Issuer Identification Number of the card.
- installments: includes the installment details for this payment.
- issuer: specifies the name of the card’s issuing bank.
- network_advice_code: contains a two-digit code indicating the network’s advice for how to proceed with a payment declined error.
- network_decline_code: contains an alphanumeric code indicating the reason why the payment failed after the network declined the payment.
- stored_credential_usage: contains an enum value (
recurringorunscheduled) that indicates the transaction type passed for an off-session, Merchant-Initiated Transaction.
Impact
These new properties provide access to more detailed information about card payments when reviewing Payment Records. Properties previously available only on the Charge object are now accessible from the Payment Record object when you analyze and process card payment data.