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

Update a transaction

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

Request

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

Body Params application/jsonRequired

Examples
{
    "tags": null,
    "description": "hello"
}

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{}
Previous
Create a transaction
Next
Refund a transaction
Built with