Create a transaction intent
Creates a transaction-shaped preview from debit and credit payment instruments. No funds movement occurs until the intent is committed.
Authorizations
Bearer token authentication, for client-server calls.
Send the access token issued by POST /v1/auth/token as Authorization: Bearer {token}. The token carries its own program and user context, so the X-Meridian-* headers are not required. See Authentication.
Headers
Server-to-server (HMAC) requests only. Partner API key issued by Meridian during provisioning.
Server-to-server (HMAC) requests only. Current time in milliseconds since the Unix epoch. Must be within 60 seconds of the request.
Server-to-server (HMAC) requests only. Identifies the program context for the request.
Server-to-server (HMAC) requests only. Identifies the Meridian user targeted by the request. Required for MULTI_USER integrations; omit for SINGLE_USER.
Body
Debit and credit instruments, the fixed side, and the amount to price
Debit and credit payment instruments plus the amount to price a transaction intent. The intent is a preview only — no funds move until it is committed.
Identifier of the payment instrument to debit (the funding side), e.g. the id of a balance account returned by GET /v1/accounts. Must differ from creditInstrumentId.
"acc_01JMERUSDRET001"
Identifier of the payment instrument to credit (the receiving side), e.g. a beneficiary bank account id. Must differ from debitInstrumentId.
"ba_01JMERPHSETTLE01"
Which side of the transaction amount is fixed on. DEBIT fixes the amount debited from the funding instrument; CREDIT fixes the amount credited to the receiving instrument. The other side is derived from the exchange rate.
DEBIT, CREDIT "DEBIT"
Amount to price on the fixedSide, as a positive decimal string in that side's currency.
"250.00"
Caller-supplied idempotency key (max 255 chars). Repeating a create with the same key returns the same intent instead of creating a new one. The same key must be supplied again to commit this intent.
"create-key-9f2c1b3a"
Optional free-text memo carried onto the resulting transaction (max 1024 chars).
"Invoice INV-5530"
Optional payment purpose, used for compliance/reporting on cross-border payouts.
PAYMENT_FOR_SERVICES, PAYMENT_FOR_SOFTWARE, PAYMENT_FOR_IMPORTED_GOODS, TRAVEL_SERVICES, VENDOR_CONTRACTOR_PAYOUTS, TRANSFER_TO_OWN_ACCOUNT, INVESTMENT_IN_SHARES, PURCHASE_OF_PROPERTY, REPAYMENT_OF_LOANS, SALARY, PAYMENT_OF_PROPERTY_RENTAL, INFORMATION_SERVICE_CHARGES, ADVERTISING_AND_PUBLIC_RELATIONS_EXPENSES, ROYALTY_TRADEMARK_PATENT_AND_COPYRIGHT_FEES, BROKER_FRONTEND_GUARANTEE_AND_CUSTODIAN_FEES, ADVISOR_TECHNICAL_AND_ACADEMIC_FEES, REPRESENTATIVE_OFFICE_EXPENSES, TAX_PAYMENT, TRANSPORTATION_FEES_FOR_GOODS, CONSTRUCTION_COSTS, INSURANCE_PREMIUM, GENERAL_GOODS_TRADES_OFFLINE, INSURANCE_CLAIMS_PAYMENT, FAMILY_MAINTENANCE, EDUCATION_RELATED_EXPENSES, MEDICAL_TREATMENT, DONATIONS, MUTUAL_FUND_INVESTMENT, CURRENCY_EXCHANGE, USER_WITHDRAWAL, ADVANCE_PAYMENTS_FOR_GOODS, VENDOR_CONTRACTOR_PAYOUTS_SOFTWARE_DEVELOPMENT, MERCHANT_SETTLEMENT, REPATRIATION_FUND_SETTLEMENT, PERSONAL_REMITTANCE, RETURN_OF_FUNDS, null "VENDOR_CONTRACTOR_PAYOUTS"
Response
The created transaction intent preview
A transaction-shaped preview of a movement of funds. No funds move until the intent is committed.
Unique identifier of the transaction intent
"txnint_01JMERINTENT001"
Type of transaction the intent would create
TRANSFER, DEPOSIT, WITHDRAWAL, REFUND, PARTIAL_REFUND "TRANSFER"
Timestamp when the transaction intent was created
"2026-04-30T15:00:00Z"
Timestamp when the transaction intent was last updated
"2026-04-30T15:02:00Z"
Current status of the transaction intent
CREATED, EXPIRED, CANCELED, COMMITTED, FAILED "CREATED"
Amount to be debited as a decimal string
"7250.00"
ISO 4217 currency code on the debit side
"USD"
Meridian (balance) account instrument
- Account Instrument
- Bank Account Instrument
- External Wallet Instrument
- Virtual Account Instrument
Amount to be credited as a decimal string
"7250.00"
ISO 4217 currency code on the credit side
"USD"
Meridian (balance) account instrument
- Account Instrument
- Bank Account Instrument
- External Wallet Instrument
- Virtual Account Instrument
Fees that would be applied to the transaction
Exchange rate that would be applied
"1"
Reason for the current status
ID of the transaction created when the intent was committed
Debit-side memo or reference text supplied when the intent was created
"INV-23014"
Payment purpose
PAYMENT_FOR_SERVICES, PAYMENT_FOR_SOFTWARE, PAYMENT_FOR_IMPORTED_GOODS, TRAVEL_SERVICES, VENDOR_CONTRACTOR_PAYOUTS, TRANSFER_TO_OWN_ACCOUNT, INVESTMENT_IN_SHARES, PURCHASE_OF_PROPERTY, REPAYMENT_OF_LOANS, SALARY, PAYMENT_OF_PROPERTY_RENTAL, INFORMATION_SERVICE_CHARGES, ADVERTISING_AND_PUBLIC_RELATIONS_EXPENSES, ROYALTY_TRADEMARK_PATENT_AND_COPYRIGHT_FEES, BROKER_FRONTEND_GUARANTEE_AND_CUSTODIAN_FEES, ADVISOR_TECHNICAL_AND_ACADEMIC_FEES, REPRESENTATIVE_OFFICE_EXPENSES, TAX_PAYMENT, TRANSPORTATION_FEES_FOR_GOODS, CONSTRUCTION_COSTS, INSURANCE_PREMIUM, GENERAL_GOODS_TRADES_OFFLINE, INSURANCE_CLAIMS_PAYMENT, FAMILY_MAINTENANCE, EDUCATION_RELATED_EXPENSES, MEDICAL_TREATMENT, DONATIONS, MUTUAL_FUND_INVESTMENT, CURRENCY_EXCHANGE, USER_WITHDRAWAL, ADVANCE_PAYMENTS_FOR_GOODS, VENDOR_CONTRACTOR_PAYOUTS_SOFTWARE_DEVELOPMENT, MERCHANT_SETTLEMENT, REPATRIATION_FUND_SETTLEMENT, PERSONAL_REMITTANCE, RETURN_OF_FUNDS, null