I am trying to generate 2 Merchant defined data fields onto the receipt that is generated by cybersource. I have tried to pass the field names in the Payment_form.php and the payment_confirmation.php...
I am posting a Capture specifying the purchase level = 3 and providing PO number, the API returns with "status": "INVALID_REQUEST", "reason": "MISSING_FIELD", "message": "D...
...escribed HERE we are using the provided Classes from the Github repository recently updated HERE. There are two different Classes that are presented in these libraries: 1. Cybersource\Api...
Hi, I'm trying to call the REST API to reverse authentication and it's returning 404 - Resource Not Found. I tested same payload on postman and it seems to be working fine. Does anyone ever seem t...
Hi all - this one is doing my head in so would appreciate some pointers. Here is the short version: 1. Wanting to submit a simple sale/payment via a web app using Google Pay (and eventually Ap...
I have the report download api working in node.js but I need it working client side using javascript. I appears that I need the function buffer() in node.js to create the properly formatted b...
...hared Secret key, and using both HTTP Signature as well as a p12 certificate, my calls to https://developer.cybersource.com/api-reference-assets/index.html#transaction-search_search-t...
The github sample is done in .net core 3.1. From a .net 6.0 project I can install the 2 packages: CyberSource.Authentication and CyberSource.Rest.Client. Using the sample code on github under the .ne...
...an't find anything in the documentation related to it) - i get a similar (but different wording) error when using the "Live" console on the API reference website. { "errors": [ { "type": "m...
Hi, I'm getting the following error whenever I try and make a credit card authorization on my sandbox account. "The following property is either invalid or missing: merchant_category_code, usd_outl...