scope transactions:create
transactions:create
Create a child Transaction related to the specified parent transaction. This endpoint supports creating child transactions for existing transactions:
CAPTURE: Capture a previously authorized transaction REFUND: Refund a portion or full amount of a completed transaction VOID: Void an authorized transaction before capture REVERSAL: Reverse a transaction (same as refund)
Info
Child transactions must reference the parent transaction via the originId
field, which is automatically set to the parent transaction ID.
For CAPTURE and REFUND transactions, you can specify a partial amount. If no amount is provided for a REFUND, the full original amount will be refunded.
VOID transactions can only be performed on authorized transactions that haven't been captured.