scopetransactions: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)
InfoChild transactions must reference the parent transaction via the
originIdfield, 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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
201Successfully created child transaction. Returns the complete child transaction details including status, amount, and parent transaction reference.
