Status PageContact sales
DevelopersIntegration guidesEmbedded componentsSDKs & toolsAPI reference
  • Using the API
    • API overview
    • API responses
  • API
  • Webhooks
LogoLogo
Status PageContact sales
WebhooksPay InPay In Batch Webhooks

Batch Resolved

Payload
1{
2 "Event": "ResolvedBatch",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "A batch has been resolved for Gruzya Adventure Outfitters",
5 "batchId": 124055,
6 "batchAmount": "40.77",
7 "batchDate": "9/2/2025 12:00:00 AM",
8 "ContactUs": "https://www.sceptre.com | +(798) 326-4657",
9 "ExternalPaypointId": null
10}
Triggered when a pay in batch is resolved. Notification name: `payin_batch_resolved`
Was this page helpful?
Previous

Batch On Hold

Next
Built with
Batch On Hold

Headers

Content-LengthstringRequired
The content length of the payload
Content-TypestringRequired
Always application/json; charset=utf-8
AcceptstringRequired
Content types accepted, typically * /*
StringstringRequired
String header field
HoststringRequired
Host IP address (52.3.204.115 for sandbox, 54.166.54.170 for production)

Payload

The payload of this webhook request is an object.
Event"ResolvedBatch"Required
Event type identifier
PaypointstringRequired
The name of the merchant/paypoint
TextstringRequired
Human-readable description of the event
batchIdstringRequired
Unique batch identifier
batchAmountstringRequired
Batch amount in currency format
batchDatestringRequired
Batch date in M/D/YYYY format
ContactUsstringRequired
Contact information string
ExternalPaypointIdstring or nullRequired
External paypoint system identifier

Response

200
any
Return a 200 status to indicate that the data was received successfully.

Content types accepted, typically * /*

Always application/json; charset=utf-8

The name of the merchant/paypoint

Triggered when a pay in batch is resolved.

Notification name: payin_batch_resolved

Batch date in M/D/YYYY format

Human-readable description of the event

Host IP address (52.3.204.115 for sandbox, 54.166.54.170 for production)