---
title: "Simulate incoming PayID payment"
method: POST
path: "/simulate/incoming_npp_payid_payment"
tags: ["Sandbox Only"]
---

# Simulate incoming PayID payment

`POST /simulate/incoming_npp_payid_payment`

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

## Request body

- SimulateIncomingPayIDPaymentRequest
  - `payid_email` string, required — Receivable Contact PayID email (Min: 6 - Max: 256)
  - `amount` integer, required — Amount in cents (Min: 1 - Max: 99999999999)
  - `payment_description` string — Default: "Simulated PayID payment"
  - `payment_reference` string — Default: "simulated-payid-payment"
  - `from_bsb` string — Default: "014209"
  - `from_account_number` string — Default: "12345678"
  - `debtor_name` string — Default: "Simulated Debtor"
  - `debtor_legal_name` string — Default: "Simulated Debtor Pty Ltd"

## Response `201`

Success

## Other responses

- `400` — Invalid parameters

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/versions/6353e9b9af6f/schema)
