#JacquesVivi
1 messages · Page 1 of 1 (latest)
Here is the payment : https://dashboard.stripe.com/payments/pi_3NEIk7K5IWeP9lF80vg2hekq
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Here is the connect account to transfert : acct_1N5NuWGaZ6x8OeEv
I use PHP SDK
Only other way is through metadata really: https://stripe.com/docs/api/transfers/create#create_transfer-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.
Recommend you use transfer group in the future though
Its means that I will set a metadata to record the previous payments
But Strip will not create the link on the dashboard
?
It will be two separate informaitons ?
Yes I just to clean 7 bad transactions overs 4000
I don't understand the question
You'd put the paymetn intent id in the transfer's metadata
That's how you could associate the two
For example In this page : https://dashboard.stripe.com/payments/pi_3NVxNWK5IWeP9lF81W3PMvQA
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I have Transfer on the payment details
If I create a transfert with metadata for this payment : https://dashboard.stripe.com/payments/pi_3NEIk7K5IWeP9lF80vg2hekq
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Will I have the link in the page ?
No
There won't be a link in the dashboard
The only connection between the two would be through that metadata
You could also store data in your database to associate the two
Ok thanks