Payment Methods

Available via MoonPay for the selected region

3 payment methods  ·  3 active  ·  0 unavailable

Google Pay
Google Pay
google_pay
Active ⚡ Instant
Limits (USD)
Per transaction 10,000 USD
Apple Pay
Apple Pay
apple_pay
Active ⚡ Instant
Limits (USD)
Per transaction 10,000 USD
Credit/Debit Card
Credit/Debit Card
credit_debit_card
Active ⚡ Instant
Limits (USD)
Per transaction 10,000 USD
Raw API Response
[
    {
        "type": "google_pay",
        "displayName": "Google Pay",
        "iconUrl": "https:\/\/static.moonpay.com\/widget\/payment_methods\/GooglePay.svg",
        "availability": {
            "active": true
        },
        "capabilities": {
            "supportsRecurring": false,
            "settlementSpeed": "instant"
        },
        "limits": {
            "perTransaction": {
                "limit": 10000,
                "currencyCode": "USD"
            }
        },
        "scheduledMaintenances": []
    },
    {
        "type": "apple_pay",
        "displayName": "Apple Pay",
        "iconUrl": "https:\/\/static.moonpay.com\/widget\/payment_methods\/ApplePay.svg",
        "availability": {
            "active": true
        },
        "capabilities": {
            "supportsRecurring": false,
            "settlementSpeed": "instant"
        },
        "limits": {
            "perTransaction": {
                "limit": 10000,
                "currencyCode": "USD"
            }
        },
        "scheduledMaintenances": []
    },
    {
        "type": "credit_debit_card",
        "displayName": "Credit\/Debit Card",
        "iconUrl": "https:\/\/static.moonpay.com\/widget\/payment_methods\/CardGeneric.svg",
        "availability": {
            "active": true
        },
        "capabilities": {
            "supportsRecurring": false,
            "settlementSpeed": "instant"
        },
        "limits": {
            "perTransaction": {
                "limit": 10000,
                "currencyCode": "USD"
            }
        },
        "scheduledMaintenances": []
    }
]