1. Transactions
Synswi
  • Guides
    • Getting Started With the API
    • Cash App Pay Integration Guide
  • API Reference
    • Payment instruments
      • Create a payment instrument
      • Get payment instruments
      • Get a payment instrument by id
      • Create a Payment Instrument
    • Transactions
      • Get a transaction by id
        GET
      • Get transactions
        GET
      • Create a transaction
        POST
      • Update a transaction
        POST
      • Refund a transaction
        POST
      • Create a cash-app transaction
        POST
    • Fees
      • Get current fee profile
    • Programs
      • Accounts
    • Events
      • Get Events
  1. Transactions

Refund a transaction

POST
https://api-dev.synswi.com/transactions/{id}/refund

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{}
Previous
Update a transaction
Next
Create a cash-app transaction
Built with