Capture Transaction

Captures a previously uncaptured/authorised-only transaction

SecurityLimepay-SecretKey
Request
path Parameters
transactionId
required
string
Request Body schema: application/json
captureAmount
integer <int64>

The amount to capture from a previously authorised transaction. If left unset, the full amount of the transaction will be captured

Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/transactions/{transactionId}/authorisation:capture
Request samples
application/json
{
  • "captureAmount": 0
}
Response samples
application/json
{
  • "_id": "tran_ZqCNYhMSwU7yXmCc",
  • "merchantId": "mcht_ZqCNYhMSwU7yXmCZ",
  • "customerId": "cust_ZqCNYhMSwU7yXmCa",
  • "merchantOrderId": "ordr_ZqCNYhMSwU7yXmCd",
  • "transactionPayType": {
    },
  • "amount": 0,
  • "currency": "AUD",
  • "surchargeAmount": 0,
  • "status": "accepted",
  • "statusBeforeDispute": "accepted",
  • "lastChargeId": "chrg_ZqCNYhMSwU7yXmCe",
  • "refundedAmount": 0,
  • "payoutId": "payout_ZqCNYxMSwU7yXmCl",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "fee": 0
}
Copyright © April Solutions 2023. All right reserved.