GET

Get Transaction


Retrieves transaction info by ID.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Disputes
Managed Payments- All Permissions
Manage Refunds
Manage Transactions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/transaction-service/v3/transactions/{transactionId}

Path Params
transactionIdstringRequired

Transaction ID.

Query Params
accountIdstringRequired

Wix Payments account ID.

Response Object
transactionTransaction

Transaction information.

Get transaction

Retrieve all transaction data by ID

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?