Open
Description
Hello. I need make Authorization on some amount like $10 and if it was successful I am making order on site and CHARGE the amount.
Based on manual I need use authOnlyTransaction then save transaction id and then use priorAuthCaptureTransaction with saved transaction id.
The problem here – when I do Authorization I don’t have Invoice number yet and if I send it with priorAuthCaptureTransaction request it get captured but other info like Invoice number, shipment info doesn’t get updated.
Why? Is it a bug?
Duke