#_shadower

1 messages · Page 1 of 1 (latest)

green quailBOT
vale gust
#

hello

lusty isle
#

Which integration are you using? Checkout?

vale gust
#

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

lusty isle
#

Sorry but which part point to Stripe? Is it Stripe Checkout or PaymentElement?

vale gust
#

im guessing its cus i use a apple device

#

so it only shows me apple pay?

lusty isle
#

Can you screenshot?

vale gust
#

@lusty isle

vale gust
#

and how do i change the invoices

#

so that its Invoice-0001

lusty isle
#

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

vale gust
#

well i dont have a cashapp account

#

but i do have it enabled

lusty isle
#

Look like this?

vale gust
#

with payment mehods

#

and when i look it up it doesnt redirect me to the page

#

@lusty isle

lusty isle
#

Not having the option means Cashapp is not available for your account. Is your account an US account?

vale gust
# vale gust

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

lusty isle
#

The 1fd0.... string?

vale gust
#

i want it to look clean like invoice-0001

#

then invoice-0002 for next purchase

#

etc

lusty isle
#

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?

vale gust
#

but ig ill contact sellpass for it if theres no other way

lusty isle
#

Can you pass here the Checkout page url?

lusty isle
#

Yes but it's a public link. Let me see

vale gust
#

ig its the sellpass invoice id

lusty isle
#

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

vale gust
#

oke thx for the help

#

appreciated

lusty isle
#

They set it something like this

    price_data: {
        unit_amount_decimal: "100",
        currency: "USD",
        product_data: {
          name: "1461e26c-8472-42b0-aa30-8fc6468155ca",
        },
    },