Skip to main content
POST
Capture Pre-Authorization

Authorizations

Authorization
string
header
required

Use your Fractal API credentials.

Username = Client ID Password = Secret Key

Sandbox credentials can be generated from the Test Portal.

Body

application/json
merchant_key
string
required

The merchant's unique API key.

Example:

"{{merchant_key}}"

transaction_id
string
required

The guid of the preauthorization to capture. Always use the original preauthorization transaction ID — not the ID returned by a previous update.

Example:

"txn_f84144f73a"

Response

Capture successful

result
boolean
Example:

true

message
string
Example:

"Payment captured successfully."

data
object