For the complete documentation index, see llms.txt. This page is also available as Markdown.

Partial Transaction Callback

Notifications sent to the address or addresses defined in the Payment Settings > Callback page of the Paywall panel for the conditions you have configured

In split payment transactions, if one or more payments fail and the AutoRollback parameter is set to true for successful payments, a cancellation process is initiated Once these cancellation processes are completed, the final payment results are sent to the specified Callback address and the final status is reported

Example: If in a 10-part split payment, 9 payments are successful and 1 fails, and AutoRollback is true, the 9 successful payments are canceled After all operations are completed, the system sends the payment statuses to the specified Callback address

Key
Description

Notification type See: Review

Split payment / transaction ID

If an error occurs during split processing this field contains the descriptive error message

Last action date of the split transaction

Completion date of the split transaction

Creation date of the split transaction

Transaction number defined by you at the time of split payment request

It is the hash value used to verify that the notification is sent from Paywall

It is generated using the System Webhook Hash Key activated in the Paywall panel

The key mentioned above may vary depending on the value of the HashKeyType parameter A dynamic structure should be implemented

Format type used to generate the hash information See: Hash Formats

Key type used in generating the hash information See: Key Types

Payment Detail List

List<Payments> Details:

Key
Description

Payment transaction ID

Amount information

Tracking number assigned to the transaction by Paywall * Must be stored for successful transactions

This parameter is automatically assigned by Paywall * Must be stored for successful transactions

Currency See: Currency

Installment value

Transaction type See: Transaction Types

Transaction status See: Transaction Statues

Sample JSON:

Last updated