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

Get a payment instrument by id

GET
https://api-dev.synswi.com/payment-instruments/{paymentInstrumentId}

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
{
    "id": "payment-instrument-7ca318bc-e84c-4c02-a1da-d520a05a8f68",
    "type": "card",
    "accountId": "acc-c068c34e-b12d-48b1-bc5f-c85edae9fc9b",
    "owner": {
        "name": {
            "fullName": "1231"
        }
    },
    "createdAt": "2025-01-07T00:35:22.353Z"
}
Previous
Get payment instruments
Next
Create a Payment Instrument
Built with