UseePay Open API
UseePay Portal
Product Docs
  • V2.0
  • V1.0
Mechant Dashboard
UseePay Portal
Product Docs
  • V2.0
  • V1.0
Mechant Dashboard
  1. Payment Methods
  • Intergration
    • About Payment Methods
      • Card
      • Apple Pay
      • Google Pay
      • Klarna
      • Naver pay
      • Kakao Pay
      • Toss Pay
      • Payco
      • Affirm
    • 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
        POST
      • Retrieves a payment method
        GET
      • Update a payment method
        POST
      • List all payment methods
        GET
    • 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
  • message
    • Messaging Element
  • FAQ
    • Unable to receive Webhook notifications
  1. Payment Methods

List all payment methods

Deprecated
Useepay API V2.0 Sandbox Environment
https://openapi1.uat.useepay.com
Useepay API V2.0 Sandbox Environment
https://openapi1.uat.useepay.com
GET
/api/v1/payment_methods

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://openapi1.uat.useepay.com/api/v1/payment_methods?page_num=0&page_size=3&from_created_at=2024-09-29T07:44:50.774Z&customer_id=cus_1JA7UDDQG3800&type=card' \
--header 'x-merchant-no: 500000000007245' \
--header 'x-api-key: FUYTIUvjhgfytfuytwiue' \
--header 'x-app-id: www.pay.com'
Response Response Example
{
    "items": [
        {
            "id": "pm_1JARUC40K0800",
            "type": "card",
            "billing": {
                "address": {
                    "country": "CN",
                    "city": "shanghai",
                    "postcode": "200100",
                    "state": "shanghai",
                    "line1": "pudong zhangjiang",
                    "line2": "room 1002"
                },
                "email": "zhanghan@sina.com",
                "name": "zhangsan",
                "phone": "13527189021",
                "date_of_birth": "1978-01-09",
                "first_name": null,
                "last_name": null
            },
            "applepay": null,
            "card": {
                "cryptogram": null,
                "cvc": "2322",
                "name": "zhi.wang",
                "number": "13524189280",
                "additional_info": null,
                "expiry_month": "05",
                "expiry_year": "2025",
                "external_three_ds": {
                    "eci": null,
                    "version": null,
                    "authentication_value": null,
                    "ds_transaction_id": null,
                    "three_ds_exemption": null,
                    "three_ds_server_transaction_id": null
                },
                "number_type": "pan",
                "three_ds": {
                    "acs_response": null,
                    "device_data_collection_res": null,
                    "ds_transaction_id": null,
                    "return_url": null
                }
            },
            "googlepay": null,
            "klarna": null,
            "wechatpay": null,
            "merchant_no": "500000000007264",
            "app_id": "www.pay.com",
            "create_at": "2024-10-25T07:14:09Z",
            "modify_at": "2024-10-25T07:14:09Z",
            "customer_id": "cus_1JA7UDDQG3800",
            "alipay_cn": null,
            "alipay_hk": null
        },
        {
            "id": "pm_1JAS3R5600800",
            "type": "card",
            "billing": {
                "address": {
                    "country": "CN",
                    "city": "shanghai",
                    "postcode": "200100",
                    "state": "shanghai",
                    "line1": "pudong zhangjiang",
                    "line2": "room 1002"
                },
                "email": "zhanghan@sina.com",
                "name": "zhangsan",
                "phone": "13527189021",
                "date_of_birth": "1978-01-09",
                "first_name": null,
                "last_name": null
            },
            "applepay": null,
            "card": {
                "cryptogram": null,
                "cvc": "2322",
                "name": "zhi.wang",
                "number": "13524189280",
                "additional_info": null,
                "expiry_month": "05",
                "expiry_year": "2025",
                "external_three_ds": {
                    "eci": null,
                    "version": null,
                    "authentication_value": null,
                    "ds_transaction_id": null,
                    "three_ds_exemption": null,
                    "three_ds_server_transaction_id": null
                },
                "number_type": "pan",
                "three_ds": {
                    "acs_response": null,
                    "device_data_collection_res": null,
                    "ds_transaction_id": null,
                    "return_url": null
                }
            },
            "googlepay": null,
            "klarna": null,
            "wechatpay": null,
            "merchant_no": "500000000007264",
            "app_id": "www.pay.com",
            "create_at": "2024-10-25T07:38:03Z",
            "modify_at": "2024-10-25T07:38:03Z",
            "customer_id": "cus_1JA7UDDQG3800",
            "alipay_cn": null,
            "alipay_hk": null
        },
        {
            "id": "pm_1JAS4J8JK0800",
            "type": "card",
            "billing": {
                "address": {
                    "country": "CN",
                    "city": "shanghai",
                    "postcode": "200100",
                    "state": "shanghai",
                    "line1": "pudong zhangjiang",
                    "line2": "room 1002"
                },
                "email": "zhanghan@sina.com",
                "name": "zhangsan",
                "phone": "13527189021",
                "date_of_birth": "1978-01-09",
                "first_name": null,
                "last_name": null
            },
            "applepay": null,
            "card": {
                "cryptogram": null,
                "cvc": "2322",
                "name": "zhi.wang11",
                "number": "13524189280",
                "additional_info": null,
                "expiry_month": "08",
                "expiry_year": "2025",
                "external_three_ds": {
                    "eci": null,
                    "version": "2.2.3",
                    "authentication_value": null,
                    "ds_transaction_id": null,
                    "three_ds_exemption": null,
                    "three_ds_server_transaction_id": null
                },
                "number_type": "pan",
                "three_ds": {
                    "acs_response": null,
                    "device_data_collection_res": null,
                    "ds_transaction_id": null,
                    "return_url": null
                }
            },
            "googlepay": null,
            "klarna": null,
            "wechatpay": null,
            "merchant_no": "500000000007264",
            "app_id": "www.pay.com",
            "create_at": "2024-10-25T07:41:20Z",
            "modify_at": "2024-10-25T07:53:20Z",
            "customer_id": "cus_1JA7UDDQG3800",
            "alipay_cn": null,
            "alipay_hk": null
        }
    ],
    "has_more": false
}
Modified at 2025-11-03 05:34:32
Previous
Update a payment method
Next
Create a mandate
Built with