Create Payouts

Issue payouts to merchants

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Payouts request

string
required
length between 1 and 36

A Unique Identifier that is required for handling idempotent requests.

Note: Moneris encourages the use of UUID Version 4 in APIs as an idempotency key."

string
required
length between 13 and 13

Thirteen character long identification provided to merchants by Moneris.

amount
object
required

Monetary amount.
Note: The value must be in cents. Therefore $10.59 must be sent as 1059.

string
enum
required
  • CREDIT – Credit transaction
  • DEBIT – Debit transaction
Allowed:
string
enum
required

Payout Types

  • DEPOSIT – Deposits (Merchants Credit/Debit Cards transactions)
  • FEES – Fees (TPA, Moneris & Card Brand Fees)
  • DISPUTES_CREDIT – Disputes Credit
  • DISPUTES_DEBIT – Disputes Debit
  • ADJUSTMENTS – Adjustments
Allowed:
string | null

Payout Description.

string | null

Payout Reference.

Headers
string
required
Defaults to 2026-01-22-preview

The endpoint's API Version.

Must be provided through the headers section.

string

Correlates a series of requests within the same flow.

Note: This ID is generated by Moneris with every request or response, if it doesn't exist.
Merchants are to echo back the value with every request that is part of the call flow."

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json
*/*