#gee-charge-history
1 messages · Page 1 of 1 (latest)
gee-charge-history
@lilac dagger there isn't really an API for this today. The best option is to use the https://stripe.com/docs/api/refunds/list and https://stripe.com/docs/api/disputes/list to figure out whether that Charge ch_123 has been refunded/disputed and all the details
also is there an order id in stripe? or is it only the charge id?
only the charge id ch_132 which represents the payment attempt
how do i find void payments?
I don't know what that word means to you, can you explain it another way?
like a cancelled payment.
sorry that still doesn't really mean much to me
authorized but not settled
okay so a Charge/PaymentIntent that you never captured (we don't expose any settlement concept in our API)
thanks for your help
is there a way to get card payment authorization code with api call?
I don't know what that means either
The credit card authorization code represents the five or six numbers generated by an issuing bank, or the bank of a buyer using a credit card, for the purpose of validating a credit card whenever it is approved in the sale of a good or a service
gotcha, then we do have a feature for this but it's not public. You'd need to talk to our support team to ask for access: https://support.stripe.com/contact
do you have an example Charge id in your account I can look at?
not asking for a particular charge. it would be helpful if we can access that data via api to find the transaction.
sure which you can get by talking to our support team