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
  1. About Payment Methods
  • Integration
    • Welcome to the UseePay Demo Page
    • Payment Product Overview
      • Hosted Checkout Integration Guide
      • Embedded Checkout Integration Guide
      • Express Checkout Integration Guide
      • Server to Server Integration Guide
    • About Payment Methods
      • Affirm
      • AfterPay_ClearPay
      • Bank Transfer
      • Blik
      • Card
      • Cashapp
      • Dana
      • GCash
      • iDEAL
      • Kakao Pay
      • Klarna
      • Konbini
      • Korean Card
      • Maya
      • Naver pay
      • Payco
      • Pay with Link
      • Pix
      • Pse
      • Samsung Pay
      • Tmoney
      • Toss Pay
      • Trustly
      • TrueMoney
      • ApplePay
        • Apple Pay
        • Apple Pay Web Integration (API Integration)
      • GooglePay
        • Google Pay
        • Google Pay Web Integration (API Integration)
      • common
        • _shared-client-os-type
    • Subscription
      • Get started with Subscription
    • Online payment
      • Get started with online payments
    • Payment Capabilities
      • Adaptive Price
      • Supported Payment Methods for Checkout
    • Checkout session
      • Checkout Session Guide
  • Developer
    • Introduction
    • Authentication
    • Integrate Local Payment Methods
    • Error code
      • last_payment_error documentation
      • Errors
    • 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
      • Retieve Payment Method Session
    • Mandates
      • Create a mandate
      • Retrieves a mandate
      • List all mandates
    • Refunds
      • Create a refund
      • Retrieves a refund
      • List all refunds
    • Webhooks
      • Webhook Integration Guide(version 2026-04)
      • Integration details
        • Supported Webhook Events
        • Webhook Activation/Signature Verification Steps
        • Webhook events for example
        • Dispute Webhook Integration Document
        • Difference between version 2026-04 and 2026-10-10
      • archive
        • 2024-10-10
          • Webhook Integration Guide(version 2024-10-10)
      • Create a webhook
      • Retrieves a webhook
      • Update a webhook
      • List all webhooks
    • Embedded Checkout
      • UseePay Elements Appearance
      • Payment Element
      • Payment Element (Deferred Intent)
      • Express Checkout Element
      • Checkout Session Element
    • Payment Method Configuration
      • Retieve Payment Method Configuration
    • Checkout Session
      • Create Checkout Session
      • Retrieve Checkout Session
    • Trackers
      • upload trackers
      • Retrieve a tracker
    • Capture
      • Capture Overview
      • List captures by intent id
    • Payement Attempt
      • ECI Indicator (3-D Secure) Reference
      • Retrieve PaymentAttempt
    • Schemas
      • CheckoutSessionCreateRequest
      • PaymentMethod
      • CreatePaymentIntentRequest
      • LineItem
      • Customer
      • Address
      • ProductData
      • Shipping
      • SubscriptionData
      • Error
      • DiscountPeriodConfig
      • DeviceData
      • CheckoutSessionResponse
      • ErrorResponse
      • Order
      • Product
      • PaymentMethodOptions
      • RiskControlOptions
      • Mandate
      • PaymentIntent
      • Billing
      • Card
      • AliPay
      • Wallet
      • Klarna
      • WechatPay
      • Refund
      • Subscription
      • Recurring
      • PriceData
      • SubscriptionItem
      • Invoice
      • NextAction
      • Webhook
      • CollectableOptions
      • PaymentLink
      • last_payment_error
      • discount_period_config
      • Capture
      • three_ds
      • PaymentAttempt
      • konbini
      • client_pm_options
  • Message
    • Messaging Element
  • About Testing
    • Test Cards
    • ApplePay&GooglePay
  • Reconciliation
    • SFTP Access for Reconciliation
  • FAQ
    • Unable to receive Webhook notifications
    • FAQ
    • Introduction
  1. About Payment Methods

Dana

Dana is a digital wallet available to customers in Indonesia.

Overview#

PropertyDetails
Markets (consumer)ID
Consumer currenciesIDR, USD, CNY, HKD
Authentication methodsREDIRECT
Authentication timeout10 mins
Minimum payment amountSubject to channel rules
Maximum payment amountSubject to channel rules
Payment instrumentDIGITAL_WALLET
Recurring paymentsYes (currently in testing, not yet available in production)
Separate capturesNo
RefundFull · Partial · Multiple
Refund validity365 days
DisputesNo

Payment Flow#

1.
Customer selects Dana at checkout.
2.
Customer is redirected to the Dana payment page to complete authorization.
3.
After payment is completed, the customer is returned to the merchant site.
4.
The merchant receives the payment result from UseePay.

Notes#

Dana is available for customers in Indonesia.
The billing address country must be set to ID.
Dana transactions are processed in IDR.

Integration Guide#

Create a PaymentIntent#

Set billing.address.country to ID when creating the PaymentIntent.
Request example (Java SDK)
Response example — Dana, client=wap (mobile web)
next_action.redirect.app_url is populated; use it to deep-link into the Dana app.
{
    "id": "1012608162326154014",
    "code": "0000",
    "message": "Approved or completed successfully",
    "amount": 1,
    "currency": "IDR",
    "status": "requires_customer_action",
    "confirm": true,
    "orderType": "sale",
    "mode": "payment",
    "sale": true,
    "merchant_no": "500000000007381",
    "app_id": "www.pay.com",
    "create_at": "2026-08-16T15:26:01Z",
    "modify_at": "2026-08-16T15:26:01Z",
    "merchant_order_id": "Pjpo5cKNgR3TvcYmKCaMr",
    "refunded_amount": 0,
    "next_action": {
        "type": "redirect",
        "redirect": {
            "method": "GET",
            "url": null,
            "content_type": null,
            "app_url": "https://psp.ac.dana.com/page/simulation-wallet/acwallet/alipayconnectcode.html?code=281666040097QW0J8YeXj8YNYs0cyhH0dGLV&pspName=DANA&loadMode=2",
            "package_name": "com.iap.linker_portal"
        }
    },
    "return_url": "https://www.yourstore.com",
    "client_secret": "7397b3312dc48e23589988f1bfb6dea1",
    "auto_capture": true,
    "order_id": "1012608162326154014",
    "latest_payment_attempt": "pa_13MKOH7E87400",
    "setup_future_usage": false
}
Response example — Dana, client=web (PC web)
next_action.redirect.url is populated; redirect the customer to this URL in the browser.
{
    "id": "1012608162326154015",
    "code": "0000",
    "message": "Approved or completed successfully",
    "amount": 1,
    "currency": "IDR",
    "status": "requires_customer_action",
    "confirm": true,
    "orderType": "sale",
    "mode": "payment",
    "sale": true,
    "merchant_no": "500000000007381",
    "app_id": "www.pay.com",
    "create_at": "2026-08-16T15:26:01Z",
    "modify_at": "2026-08-16T15:26:01Z",
    "merchant_order_id": "Pjpo5cKNgR3TvcYmKCaMr",
    "refunded_amount": 0,
    "next_action": {
        "type": "redirect",
        "redirect": {
            "method": "GET",
            "url": "https://open-sea-global.alipayplus.com/api/open/v1/ac/cashier/self/codevalue/checkout.htm?codeValue=281666040097QW0J8YeXj8YNYs0cyhH0dGLV&loadMode=2",
            "content_type": null,
            "app_url": null,
            "package_name": "com.iap.linker_portal"
        }
    },
    "return_url": "https://www.yourstore.com",
    "client_secret": "7397b3312dc48e23589988f1bfb6dea1",
    "auto_capture": true,
    "order_id": "1012608162326154015",
    "latest_payment_attempt": "pa_13MKOH7E87401",
    "setup_future_usage": false
}
When status is requires_customer_action, redirect the customer using the URL in next_action.redirect:
Use url for PC web and mobile web scenarios.
Use app_url for in-app scenarios.

Payment Method Options#

Use payment_method_options.dana to specify the client environment when initiating a Dana payment.
For the full parameter reference, value descriptions, client scenario table, and request examples, see Client and OS Type Options.
Previous
Cashapp
Next
GCash
Built with