• Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
  • Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
    1.0.0
    Introduction
    Authentication
    Customers
    Payments
    Transactions
      get
      Get Transaction List
      get
      Get Transaction
      post
      Capture Transaction
      post
      Refund Transaction
      post
      Void Transaction

Refund Transaction

Endpoint to refund a transaction by division and transaction id

Securityapi_key
Request
path Parameters
divisionID
required
string

Division Identifier.

transactionId
required
string

Transaction Identifier.

Request Body schema: application/json

Transaction Refund Request Body

amount
string

Amount to capture.

refundCodeId
string <uuid>

Refund code ID.

Responses
200

OK

400
401

Invalid API key/MID.

403

Forbidden from performing this action.

404
500
post/divisions/{divisionID}/transactions/{transactionId}/refund
Request samples
  • Payload
application/json
{
  • "amount": 1200,
  • "refundCodeId": "993b5537-e8c2-4030-a767-683c9bb6e1a5"
}
Response samples
  • 200
  • 400
  • 401
  • 403
  • 404
  • 500
application/json
{
  • "transactions": {
    • "success": true
    }
}
Legal
  • Privacy Policy
Support
  • Contact us
© Copyright Till Payments 2023. All right reserved.