#cecily_api

1 messages ¡ Page 1 of 1 (latest)

half zenithBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1311672974046396499

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

restive wagon
#

hi there!

#

the best option is to test this in test mode and see what information you get

storm flint
#

Hello! This is the payment method object I am getting back when I create a subscription using Revolut Pay in my test mode:

{ "id": "pm_1QPmq1Kl7yri9QNL4RJGusoo" , "object": "payment_method", "allow_redisplay": "unspecified", "billing_details": { "address": { "city": null, "country": null, "line1": null, "line2": null, "postal_code": null, "state": null, }, "email": null, "name": "Cecily Rowland", "phone": null, }, "created": 1732720053 , "customer": null, "livemode": false, "metadata": {}, "revolut_pay": {}, "type": "revolut_pay", }

restive wagon
#

so what's your question?

storm flint
#

So as you can see the Revolut Pay object is empty, however this is what I get back from paypal in test mode:

{ "id": "pm_1QPmXLKl7yri9QNLhPwhq4m7" , "object": "payment_method", "allow_redisplay": "unspecified", "billing_details": { "address": { "city": null, "country": null, "line1": null, "line2": null, "postal_code": null, "state": null, }, "email": null, "name": "Cecily Rowland", "phone": null, }, "created": 1732718895 , "customer": null, "livemode": false, "metadata": {}, "paypal": { "country": "GB", "payer_email": "fake_payer@personal.example.com", "payer_id": "BGCV1QPXCECTQ", }, "type": "paypal", }

#

Which is populated with mock data

#

This is probably easier to make out what I mean

#

And the Revolut Pay Object

restive wagon
#

oh, I see!

#

unfotunately here on Discord we don't know much about how livemode works, so not sure if it will be different that what you currently see or not.
I recommend asking Stripe support about this: https://support.stripe.com/contact
Make sure to include all relevant information (screenshots, objects IDs, etc.)

storm flint
#

Ok no worries! I have been speaking to Stripe Support but I will pick it up again with them