Skip to main content
POST

Authorizations

X-API-Key
string
header
required

SageScreen API key stored in ss_zapier_api_key option

Body

application/json
deal_uuid
string<uuid>
required
Example:

"3d55ae7a-af8b-46c1-ae1c-09afa207ac7f"

paid
boolean

true to confirm payment, false for no-op

Example:

true

external_invoice_id
string

Stripe invoice reference

Example:

"INV-00589"

payment_date
string

Payment date (MySQL datetime). Defaults to current time if omitted.

Example:

"2026-02-19 14:30:00"

Response

Payment processed (or no-op if paid=false)

success
boolean
data
object