Get a payout transaction
Returns a transaction with its latest processing status by Meridian transaction ID.
Authentication uses Meridian HMAC headers:
- X-Meridian-Api-Key
- X-Meridian-Timestamp
- X-Meridian-Signature
Authorizations
Meridian HMAC header authentication.
Required headers:
- X-Meridian-Api-Key
- X-Meridian-Program-Id
- X-Meridian-Timestamp
- X-Meridian-Signature
Headers
Identifies your Meridian program. Required on all requests but not included in the canonical signing string.
8 - 128Public client key identifier used to look up the HMAC secret
8 - 128RFC 3339 UTC timestamp used in the HMAC signing string and replay protection. Requests outside the accepted clock skew window should be rejected.
HMAC-SHA256 signature of the canonical signing string. Recommended format: sha256={hex_digest}
^sha256=[A-Fa-f0-9]{64}$Path Parameters
Meridian internal transaction identifier
8 - 128Response
Transaction retrieved successfully