v1

latestOpenAPI 3.1.02026-07-263847150.4 KB

Capture Transaction

post/v2/capture

Request body

transaction_idstring
gross_amountinteger

Response

200

OR

Example response

{
  "status_code": "200",
  "status_message": "Success, Credit Card capture transaction is successful",
  "transaction_id": "ca297170-be4c-45ed-9dc9-be5ba99d30ee",
  "masked_card": "45111111-1117",
  "order_id": "testing-0.4555-1414741517",
  "payment_type": "credit_card",
  "transaction_time": "2014-10-31 14:46:44",
  "transaction_status": "capture",
  "fraud_status": "accept",
  "bank": "bni",
  "gross_amount": "30000.00"
}