#Adaman
1 messages · Page 1 of 1 (latest)
Hmm, not sure if that's persisted on the associated payment on the Dashboard
Did you test?
Honestly I'm still planning my implementation
My current plan is to pass some sort of reference as part of the success url to generate the payment object in the database
I was hoping the client reference id was that reference... sorry I'm new lol
Let me check quickly
thanks mate
Ok, seems client_reference_id isn't currently persisted on the related payment in the Dashboard. Do you need something that will be Dashboard accessible?
Preferably.
I kinda just need some way to be able to keep track of which payment is which in the database. So if there's a dispute or something goes technically wrong I can cross reference if that makes sense.
Would only be created once the payment succeeds
Probably want to use this param then: https://stripe.com/docs/api/checkout/sessions/create?lang=dotnet#create_checkout_session-payment_intent_data-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's indexed on the Dashboard, so you can search too.
which one is it sorry? the link just took me to the main page
Really? Weird. payment_intent.metadata
ahh got it
So that'll get saved on the dashboard or somewhere that I can cross reference?
Yep!
you too!