#hardstyler - boleto
1 messages ยท Page 1 of 1 (latest)
hey @native mauve -- the payment method only supports settlement in Brazil. It does appear in the settings there if your account is in Brazil (you can see that by creating an additional test account if you like).
Ahh, ye I think about it ;/ Can you please help me with another problem ?
I have activate 3 new payments method as Przelewy24 / Soforo / SEPA
but they aren't visible at payment page
I think this should look like this
I looks like the one without p24 was created by a payment link. Did you create the checkout session with p24 directly via the API?
(can you share that session is / request id?)
Payment link has been created after add a p24 payment in Test Mode. No I haven't create the API script already cuz I want to test it directly via dashboard Panel, then I will create a whole payment script in my game.
Where can I found it ?
How did you create the checkout session where p24 was included?
Dashboard -> Products -> Add product
Then in product section click on new added product and Create new payment link
Can you share the checkout session id from the one that has p24? it should be in the URL when you get to Checkout
cs_test_1234
Ahh no I don't have cuz this is from one of tutorial
This is the one what has been completed as test but there wasn't visible p24
"id": "cs_test_a1mM8ly8RGWjXT2emzPAU4ZhAPnPVwKIelwZXRxHtvOeyKIR1JXS8HtFWO",
Ah, the one that has it is not one you created?
Exacly
Got it - thanks, let me look into this
Thank You
Ah, today Payment Links support Cards, Google Pay & Apple Pay -- but we are working on supporting others!
https://stripe.com/docs/payments/payment-links
Payment Links supports credit and debit cards, Apple Pay, and Google Pay.
Ok, now is clear, so I can add other payments method only via scripts, right ?
Yes, you'd need to create Checkout sessions via the API to specific payment methods:
https://stripe.com/docs/api/checkout/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, got it, Thank You so much ๐ Have a nice night!
You too!