Submit a payout request
Accepts a Base64-encoded payout request in the format specified by the format path parameter.
Supported values:
pacs008for ISO 20022pacs.008.*XML messagesjsonfor a JSON payload whereentityId,beneficiaryId,amount,currency, andreferenceare all required
Authentication uses Meridian HMAC headers:
- X-Meridian-Api-Key
- X-Meridian-Timestamp
- X-Meridian-Signature
Use Idempotency-Key as a separate header for duplicate protection.
The endpoint returns 202 Accepted once the encoded payload has been safely accepted for processing. Webhooks will be sent for each status change until a finality status. The transaction APIs may be used to list resulting transactions and retrieve the latest status on demand.
Authorizations
Meridian HMAC header authentication.
Required headers:
- X-Meridian-Api-Key
- X-Meridian-Program-Id
- X-Meridian-Timestamp
- X-Meridian-Signature
Headers
Unique key to protect against accidental duplicate submissions
8 - 128Identifies 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
Message format identifier. Use pacs008 for ISO 20022 pacs.008.* XML messages or json for Base64-encoded JSON payout payloads.
pacs008, json Body
Base64 string containing the full original message payload, encoded as a single opaque document.
For pacs008, the decoded payload is an ISO 20022 XML document.
For json, the decoded payload is a JSON object where entityId, beneficiaryId, amount, currency, and reference are all required.
Base64-encoded string containing the full original message payload.
20"PERvY3VtZW50IHhtbG5zPSJ1cm46aXNvOnN0ZDppc286MjAwMjI6dGVjaDp4c2Q6cGFjcy4wMDguMDAxLjA4Ij48RklUb0ZJQ3N0bXJDZHRUcmY+PEdycEhkcj48TXNnSWQ+MjAyNjA0MDctMDAwMTIzPC9Nc2dJZD48L0dycEhkcj48L0ZJVG9GSUNzdG1yQ2R0VHJmPjwvRG9jdW1lbnQ+"
Response
Message accepted for asynchronous processing
Received message id for the accepted message. Use this to correlate the original request.
"msg_01JVY8Y4N9X2M6S5Q7T1"
Meridian-assigned identifier for the transaction created from the accepted message submission. Use this identifier to track the transaction status with the transaction APIs or webhooks.
"txn_01JVY8Y4N9X2M6S5Q7T1"
Initial processing state for the accepted submission.
RECEIVED "RECEIVED"
RFC 3339 timestamp showing when Meridian accepted the message for asynchronous processing.
"2026-04-07T20:11:42Z"