#sam-failed-charge

1 messages · Page 1 of 1 (latest)

lunar vine
#

hello, how are you creating payments, what endpoint?

hoary vault
#

Hey, so I'm using the /charge api

#

I understand that the charge id is returned in the response

#

so was curious if I can use this same charge id to make another http request

#

I dont think the charge id is in the parameters field.

lunar vine
#

you create a new Charge instead

#

you don't "reuse" a Charge, that isn't a thing really

hoary vault
#

okay i see, yeah so essenetially we see the failed request. But when we try to retry it, with the new charge id . it looks like another transaction failed

#

one min ill show you an e.g

#

for e.g those 4 failed transactions are the same but because there is an error

#

it looks like these are all different transactions based off description

lunar vine
#

yes each Charge is binary, it represents a "decline" or "success"

this is expected really