v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Sandbox Only

Simulate an incoming DE payment

Simulate receiving a Direct Entry payment (i.e. not a real-time payment) to either a Receivable Contact or one of your float accounts.

post/simulate/incoming_de_payment

Request body

to_bsbstring required

Zepto float account BSB (usually 802919)

to_account_numberstring required

Zepto float account number

amountinteger required

Amount in cents (Min: 1 - Max: 99999999999)

payment_referencestring

Max 18 characters. Default: "simulated-de-pymt"

from_bsbstring

Default: "014209"

from_account_numberstring

Default: "12345678"

debtor_namestring

Max 16 characters. Default: "Simulated Debtor"

Example request

{
  "to_bsb": "802919",
  "to_account_number": "88888888",
  "amount": 10000
}

Response

Success