How to create transaction events in sandbox environment
APPROVED
transaction transaction_id
value. The endpoint will create a new APPROVED
transaction and return the corresponding transaction_id
and event_id
VOIDED
transactionAPPROVED
transaction
UPDATED
transactiontransaction_id
that will be updated
APPROVED
transaction amount from $50.00 to $35.46
CAPTURED
transactiontransaction_id
in APPROVED
or UPDATED
status.
transaction_id
from the request.
REFUNDED
transaction CAPTURED
status. You will need to provide the event_id
of the related capture. The API will return an error if the refunded amount exceeds the captured amount for the transaction.
transaction_id
from the request.