#_shadower
1 messages · Page 1 of 1 (latest)
hello
Which integration are you using? Checkout?
i use sellpass
so its an automatic page
it says google pay is on but it only gives apple pay and link as option in the checkout menu
Sorry but which part point to Stripe? Is it Stripe Checkout or PaymentElement?
checkout
im guessing its cus i use a apple device
so it only shows me apple pay?
Can you screenshot?
@lusty isle
and how do i change the invoices
so that its Invoice-0001
Okie, on your Stripe Account, have you enabled Cashapp?
It looks like you have wallet already. And ApplePay only displayed in Safari on Apple device, with a logged in Apple account with card setup, and GooglePay only on Chrome with a logged in GoogleAccount which has card setup
yes
well i dont have a cashapp account
but i do have it enabled
Look like this?
i dont see it in the list anymore
with payment mehods
and when i look it up it doesnt redirect me to the page
@lusty isle
Not having the option means Cashapp is not available for your account. Is your account an US account?
no thats why then alright
1 last question where can i change the invoice id in the top left
so that it nicely says invoice-001
i have changed this here
but it doesnt seem to do anything
The 1fd0.... string?
yeah
i want it to look clean like invoice-0001
then invoice-0002 for next purchase
etc
That's actually the name of the product
If you check the Product used for that Checkout, do you see that string?
Maybe sellpass(?) automatically created it?
nah it aint the name
but ig ill contact sellpass for it if theres no other way
Can you pass here the Checkout page url?
Yes but it's a public link. Let me see
Ok, they set it to the Product name in Stripe API, that's why
Yeah so you would want to reach out to them to customize the value
They set it something like this
price_data: {
unit_amount_decimal: "100",
currency: "USD",
product_data: {
name: "1461e26c-8472-42b0-aa30-8fc6468155ca",
},
},