Capture Session
Authentication
Sales channel API key for merchant server-to-server authentication
Path parameters
The UUID of the payment session returned by create_payment_session.
Request
The total amount in cents to charge the user, inclusive of taxes and fees being collected by the partner. Must be less than or equal to the total_amount passed in when creating the payment session. If an amount more than the initial authorization should be captured, void the initial auth hold and create a new one.
Response
The unique ID for this session capture. This same ID will be returned if the endpoint is called with the same idempotency_key. Associate this id with your internal representation of a checkout session, if applicable.