#nyxi_api

1 messages ¡ Page 1 of 1 (latest)

flint meteorBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253739083264692287

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

blissful scarab
#

Currently I'm just planning to send a notificaiton on payment_intent.processing, but naturally this does not fire until you initiate the payment.

gray moth
#

Here ya go

blissful scarab
#

Alright, but payment_intent.processing does not fire before the payment is initiated?

gray moth
#

Correct. If you feel you need to send notifications before a payment is created, then you would need to use a different trigger. There's no "I think a payment might be created" Event

blissful scarab
#

So I should just put in my mandate that we send notifications when payments are initiated?

#

Doesn't seem to be possible to do anything else here

#

I only ask because it seems this pre-notification is a requirement

#

like this

#

I also cannot set my creditor ID. It gives me this:

gray moth
#

I think the intent there is to notify in advance of the actual payment. SEPA is a delayed payment method, so you can expect some number of days to occur between when a payment is created, and when it result in money movement. That's my understanding at least

#

For the CID, you will need to write into support about that: https://support.stripe.com/contact

blissful scarab
#

Okay, so I'll just do the processing event then and hope it works out

gray moth
#

I believe it's on the Payment Intent. Hold on, let me grab it

blissful scarab
#

ok

#

ah yeah it's on payment_method_details.mandate

gray moth
blissful scarab
#

so I need the reference in there of course, not the stripe mandate ID

gray moth
#

Correct

blissful scarab
#

Turns out creditor ID is not somethinh you can just make up. You have to request one from your bank, apparently

gray moth
#

Ahhh, okay

blissful scarab
#

I asked my bank. Thanks for the help.