#guizhong_10139
1 messages · Page 1 of 1 (latest)
If you specify in each request, yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also, when I was testing Apple Pay, it was prompted that the UnionPay card cannot be used. What type of card should be used for this test?
For ApplePay there is any of Visa, MasterCard, Amex, and a few minor card brand. But yes UnionPay could hasn't been supported by Apple
Well, I don't have this type of card, so is the status and operation process returned by Apple Pay similar to Google Pay?
Not exactly as they are different companies xD
Do they pay for the same partial state? Because I can't test, so I can't determine their payment status
Sorry don't really follow. Which partial state?
China
Hey sorry don't really follow. Could you elaborate and rephrase the question a bit?
I have tested Googlepay before, and I want to test Apple Pay, but because I don’t have a card, I want to ask whether the successful status of Apple Pay is the same as that of Google,
by successful status what exact field are you referring to?
_t.stripex.confirmPayment({
elements: this.xElements,
clientSecret: res.data.client_secret,
confirmParams: {
payment_method_options,
payment_method_data: {
billing_details: bAddress
},
return_url: this.loginHref.url_href('/payment/stripestatus', 1)
},
redirect: 'if_required'
})
state in this api