Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt

Use this file to discover all available pages before exploring further.

This call issues a retry for a failed transaction. A transaction can fail for many reasons outside of the data format — for example, a particular gateway may be down for maintenance.

retryTransaction

GET /retryTransaction/{TRANSACTIONID}

Parameters

ParameterDescription
TRANSACTIONIDReservation Transaction ID.

Response 200

{
  "String content"
}

Example

curl -X GET \
  "https://api.grdd.net/Platform.svc/retryTransaction/<TRANSACTIONID>"