v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Sandbox Only

Simulate incoming PayID payment

Simulate receiving a real-time PayID payment from one of your Receivable Contacts.

post/simulate/incoming_npp_payid_payment

Request body

payid_emailstring required

Receivable Contact PayID email (Min: 6 - Max: 256)

amountinteger required

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

payment_descriptionstring

Default: "Simulated PayID payment"

payment_referencestring

Default: "simulated-payid-payment"

from_bsbstring

Default: "014209"

from_account_numberstring

Default: "12345678"

debtor_namestring

Default: "Simulated Debtor"

debtor_legal_namestring

Default: "Simulated Debtor Pty Ltd"

Example request

{
  "payid_email": "incoming@zeptopayments.com",
  "amount": 10000
}

Response

Success