GET
/
transaction
/
{transactionId}
/
find
curl --request GET \
  --url https://gateway.3xpay.co/transaction/{transactionId}/find \
  --header 'api_key: <api-key>' \
  --header 'api_secret: <api-key>'
"<any>"

Authorizations

api_key
string
header
required
api_secret
string
header
required

Path Parameters

transactionId
string
required

Response

200 - application/json
Detalhes da transação

The response is of type any.