0

While testing 2checkout integration on demo sales what will be the return value of parameter credit_card_processed. It will be Y or N

Shobhit Gupta
  • 103
  • 1
  • 1
  • 11

1 Answers1

0

The credit_card_processed parameter on demo sales should return Y if successful, or N if non-successful.

If you look at the very bottom of https://www.2checkout.com/documentation/checkout/parameters you'll see as long as the response is 'Approved' the value of 'Y' will be returned.

wtrmLn
  • 121
  • 1
  • 2