Hello,
We are testing a PULSE debit partial approval transaction through the Cybersource REST API.
In the downstream transaction logs, DE63 Dataset 07 Flag 3 is currently being sent as 0, indicating that the merchant terminal does not support partial approvals. Consequently, the transaction receives response code 51 instead of the expected partial approval response code 10.
We are considering adding the following field to the API request payload:
"processingInformation": { "authorizationOptions": { "partialAuthIndicator": true } }
Could you please confirm:
Does setting partialAuthIndicator to true cause PULSE DE63 Dataset 07 Flag 3 to be sent as 1?
Is this the correct field, structure, and value for indicating that the terminal supports partial approvals?
Are any additional request fields or merchant configurations required for this flag to be populated correctly?
Thank you.
09-24-2026 11:01 AM