Skip to content
Advertisement

how to get transaction id and name in bluesnap payment gateway

I am using bluesnap payment gateway in PHP. And it is working properly. But in return I am not getting transaction id and customer name is not showing in sandbox account also.

Below is my transaction page at which blusnap code will be run and return desired output.

JavaScript

My success response is: In this return transaction id is not showing. And also not getting customer name in bluesnap sandbox panel.

JavaScript

Advertisement

Answer

The shopper name is in an incorrect position in your request. Try this instead:

JavaScript

Source: https://developers.bluesnap.com/v8976-JSON/docs/auth-capture

transactionId is always returned in the response, make sure there’s nothing wrong with the php code or model that is displaying it..

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement