post https://testapi.payarc.net/v1/charges//capture
This API captures the payment of an existing, uncaptured charge.
Two-Step Payment Flow: Capture Charge
This is the second half of the two-step payment flow, where a charge is created initially with the 'capture option' set to false
.
Click to view details about the `amount` and `tip_amount` parameters
1. Amount (amount
)
amount
)- Type:
integer
- Description: A positive integer in cents representing how much to charge.
- Required: Conditional
- Format: Numeric (in cents)
- Example:
9
would be$0.09
99999999
would be$999,999.99
- Note: This field is required when
tip_amount
is passed.
2. Tip Amount (tip_amount
)
tip_amount
)- Type:
integer
- Description: The tip amount of the transaction.
- Required: Optional
- Format: Numeric (in cents)
- Example:
9
would be$0.09
99999999
would be$999,999.99