112 lines
2.8 KiB
JSON
112 lines
2.8 KiB
JSON
{
|
|
"apple_pay_preference": "disabled",
|
|
"business_name": "Mobile Example Account",
|
|
"experiments": {
|
|
"miui_payment_element_aa_experiment": "treatment"
|
|
},
|
|
"flags": {
|
|
"elements_include_payment_intent_id_in_analytics_events": true,
|
|
"elements_enable_mx_card_installments": false,
|
|
"elements_enable_br_card_installments": false
|
|
},
|
|
"google_pay_preference": "enabled",
|
|
"link_consumer_info": null,
|
|
"link_settings": {
|
|
"instant_debits_inline_institution": true,
|
|
"link_bank_onboarding_enabled": false,
|
|
"link_financial_incentives_experiment_enabled": false,
|
|
"link_local_storage_login_enabled": true
|
|
},
|
|
"merchant_country": "US",
|
|
"merchant_currency": "usd",
|
|
"merchant_id": "acct_1111111111111111",
|
|
"order": null,
|
|
"ordered_payment_method_types_and_wallets": [
|
|
"card",
|
|
"google_pay",
|
|
"acss_debit",
|
|
"afterpay_clearpay",
|
|
"alipay",
|
|
"klarna",
|
|
"us_bank_account",
|
|
"wechat_pay",
|
|
"affirm"
|
|
],
|
|
"payment_method_preference": {
|
|
"object": "payment_method_preference",
|
|
"country_code": "US",
|
|
"ordered_payment_method_types": [
|
|
"card",
|
|
"acss_debit",
|
|
"afterpay_clearpay",
|
|
"alipay",
|
|
"klarna",
|
|
"us_bank_account",
|
|
"wechat_pay",
|
|
"affirm"
|
|
],
|
|
"payment_intent": {
|
|
"id": "pi_31111111111",
|
|
"object": "payment_intent",
|
|
"amount": 5099,
|
|
"automatic_payment_methods": {
|
|
"enabled": true
|
|
},
|
|
"canceled_at": null,
|
|
"cancellation_reason": null,
|
|
"capture_method": "automatic",
|
|
"client_secret": "pi_3Ktj111111111_secret_DbrM111111",
|
|
"confirmation_method": "automatic",
|
|
"created": 1651200220,
|
|
"currency": "usd",
|
|
"description": null,
|
|
"last_payment_error": null,
|
|
"livemode": false,
|
|
"next_action": null,
|
|
"payment_method": null,
|
|
"payment_method_options": {
|
|
"us_bank_account": {
|
|
"verification_method": "automatic"
|
|
}
|
|
},
|
|
"payment_method_types": [
|
|
"card",
|
|
"acss_debit",
|
|
"afterpay_clearpay",
|
|
"alipay",
|
|
"klarna",
|
|
"us_bank_account",
|
|
"wechat_pay",
|
|
"affirm"
|
|
],
|
|
"processing": null,
|
|
"receipt_email": null,
|
|
"setup_future_usage": null,
|
|
"shipping": {
|
|
"address": {
|
|
"city": "San Francisco",
|
|
"country": "US",
|
|
"line1": "510 Townsend St",
|
|
"line2": null,
|
|
"postal_code": "94102",
|
|
"state": "California"
|
|
},
|
|
"carrier": null,
|
|
"name": "John Doe",
|
|
"phone": null,
|
|
"tracking_number": null
|
|
},
|
|
"source": null,
|
|
"status": "requires_payment_method"
|
|
},
|
|
"type": "payment_intent"
|
|
},
|
|
"session_id": "123",
|
|
"shipping_address_settings": {
|
|
"autocomplete_allowed": false
|
|
},
|
|
"unactivated_payment_method_types": [
|
|
"alipay"
|
|
]
|
|
}
|