Simulate a deposit landing on a sandbox payment intent
Sandbox (test helpers)
Simulate a deposit landing on a sandbox payment intent
Sandbox-only. Flips a pending sandbox payment intent to completed, persists a fake deposit transaction (visible in GET /connect/v1/transactions), and enqueues a
POST
Simulate a deposit landing on a sandbox payment intent
Sandbox-only. Flips a pending sandbox payment intent to completed, persists a fake deposit transaction (visible in GET /connect/v1/transactions), and enqueues a
payment.completed webhook for delivery to the organization’s configured webhook URL. The outbound payload carries livemode: false so partner handlers can branch. Returns 404 on live keys.
Idempotent: calling twice on the same intent returns the same envelope without re-firing the webhook (the intent’s completed_at is the idempotency anchor).Authorizations
Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.
Headers
Path Parameters
Payment intent UUID as returned from POST /payment-intents.
Response
Successful Response
The response is of type Response Simulate Deposit Test Payment Intents Payment Intent Id Simulate Deposit Post · object.