UseePay Open API
UseePay PortalMechant Dashboard
Product Docs
Product Docs
  • V2.0
  • V1.0
UseePay PortalMechant Dashboard
Product Docs
Product Docs
  • V2.0
  • V1.0
    • Intergration
      • Welcome to the UseePay Demo Page
      • About Payment Methods
        • Card
        • Apple Pay Web Integration (API Integration)
        • Apple Pay(Hosted Checkout)
        • Google Pay
        • Klarna
        • Naver pay
        • Kakao Pay
        • Toss Pay
        • Payco
        • Affirm
        • Blik
        • trustly
      • subscription
        • Get started with Subscription
      • online payment
        • Get started with online payments
      • Payment Capabilities
        • Adaptive Price
    • developer
      • Introduction
      • Authentication
      • Errors
      • error code
        • last_payment_error documentation
      • Best Integration
        • Quickly create a paymentIntent for a subscription
        • Auto-Charge Subscription Guide
      • Payment Intents
        • Payment Intent Overview
        • Quickly create a paymentIntent
        • Create a PaymentIntent
        • Retrieve a PaymentIntent
        • Update a PaymentIntent
        • Confirm a PaymentIntent
        • Cancel a PaymentIntent
        • Capture a PaymentIntent
        • List all payment intents
      • Customers
        • Create a customer
        • Retrieves a customer
        • Update a customer
        • List all customers
      • Subscriptions
        • Create a subscription
        • Retrieves a subscription
        • Update a subscription
        • List all subscriptions
        • Cancel a subscription
      • Invoices
        • Create a invoice
        • Retrieves a invoice
        • List all invoices
        • Pay a invoice
      • Payment Methods
        • Create a payment method
        • Retieve Payment Method Session
        • Retrieves a payment method
        • Update a payment method
        • List all payment methods
      • Mandates
        • Create a mandate
        • Retrieves a mandate
        • List all mandates
      • Refunds
        • Create a refund
        • Retrieves a refund
        • List all refunds
      • Webhooks
        • Webhook events
        • Webhook Activation/Signature Verification Steps
        • Create a webhook
        • Retrieves a webhook
        • Update a webhook
        • List all webhooks
      • Embedded Checkout
        • Payment Elements
      • case
      • objects
      • About Testing
        • Test Cards
        • ApplePay&GooglePay
      • Payment Method Configuration
        • Retieve Payment Method Configuration
      • Schemas
        • Customer
        • Address
        • Shipping
        • Error
        • PaymentIntentCreateRequest
        • DeviceData
        • Order
        • Product
        • PaymentMethodOptions
        • RiskControlOptions
        • Mandate
        • PaymentIntent
        • PaymentMethod
        • Billing
        • Card
        • AliPay
        • Wallet
        • Klarna
        • WechatPay
        • Refund
        • Subscription
        • Recurring
        • PriceData
        • SubscriptionItem
        • Invoice
        • NextAction
        • Webhook
        • CollectableOptions
        • PaymentLink
        • last_payment_error
        • discount_period_config
    • message
      • Messaging Element
    • FAQ
      • Unable to receive Webhook notifications
    UseePay PortalMechant Dashboard
    Product Docs
    Product Docs
    • V2.0
    • V1.0
    UseePay PortalMechant Dashboard
    Product Docs
    Product Docs
    • V2.0
    • V1.0

    last_payment_error

    The last_payment_error object provides information about the latest payment that failed. It includes details such as a readable message, error identifiers, and any codes from the card issuer or payment network explaining why the transaction was declined. This information can guide developers in handling errors properly or displaying clear messages to users.

    {
        "last_payment_error": {
            "code": "string",
            "decline_code": "string",
            "message": "string",
            "type": "card_error"
        }
    }
    Built with