List payout transactions
Returns transactions with their latest processing status. You can optionally filter the results by the Meridian messageId returned from the message submission endpoint.
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}$Query Parameters
x >= 11 <= x <= 200Optional filter using the Meridian-assigned message identifier returned when the message was accepted
8 - 128