Bulk (File) Callback
If you use the file-based bulk payment method within Paywall Bulk Payment services and send the CallbackAddress parameter, Paywall returns the result via a file in the following format
Last updated
If you use the file-based bulk payment method within Paywall Bulk Payment services and send the CallbackAddress parameter, Paywall returns the result via a file in the following format
When the bulk transactions are completed by Paywall, the results are sent as a file to the callback address (CallbackAddress) provided in the bulk transaction request
File Pattern:: $"{patternNo},{lineNumber},{dateTime},{merchantUniqueCode},{trackingCode},{cardOwner},{cardNumber},{expiryDate},{amount},{gatewayId},{gatewayName},{providerId},{providerKey},{paywallErrorCode},{providerErrorCode},{providerErrorMessage},{bankErrorCode},{bankErrorMessage},{PaymentActivityTypeId},{PaymentStatusId}”;
File Success::
File Failed:
File Pattern:: $"{patternNo},{lineNumber},{dateTime},{merchantUniqueCode},{trackingCode},{cardOwner},{cardNumber},{identityNumber},{amount},{gatewayId},{gatewayName},{providerId},{providerKey},{paywallErrorCode},{providerErrorCode},{providerErrorMessage},{bankErrorCode},{bankErrorMessage},{PaymentActivityTypeId},{PaymentStatusId}”;
Dosya Başarılı:
Dosya Başarısız:
Last updated