Transactli payment gateway Help

Get purchase

To retrieve a purchase, merchants must use the same API key and signature authentication used when creating the purchase. When providing the id parameter, use the internal purchase ID that is returned when the purchase is created, not the external ID provided during the purchase creation response.

/merchant/v1/purchase/{id}

Request parameters

Responses

{ "id": "18ad0215-778d-352d-8f14-959901273e8d", "fullPrice": 16.0, "paymentProcessingFee": 16.0, "totalPrice": 16.0, "fiatCurrency": "example", "cryptoAllowedCurrencies": [ "example" ], "cryptoAllowedSlippage": 16.0, "externalOrderId": "example", "externalOrderReference": "example", "externalOrderTermsAndConditionsUrl": "example", "transactionStatusWebhookUrl": "example", "timeout": 96, "lineItems": [ { "quantity": 96, "price": 16.0, "name": "example", "description": "example" } ], "status": "Pending", "merchantCustomData": "example" }
08 January 2026