Chargebee token flow with Chargebee Payments gateway - Internal

Modified on: Mon, 30 Jan, 2023 at 2:05 PM

This article covers

Can we tokenize the card via Chargebee JS with Chargebee Payments gateway?

 

Summary

 

When the merchant is trying to tokenize the card via the Chargebee’s components & fields with Chargebee Payments gateway, they get the below error response:


"message":"Operation not supported for Chargebee Payments Gateway"
"type":"invalid_request"
"api_error_code":"invalid_request"
"error_code":"operation_not_supported"
"error_msg":"Operation not supported for Chargebee Payments Gateway"
"http_status_code":400
}. 


Clarification


As per our current code, there is no CB-token support for Chargebee payments. Chargebee Payments gateway is still in EAP. 

***Internal Reference Only***

Code ref - CbTokenForCard.java

  • The error is thrown from line no. 35

  • The precheck condition does not have Chargebee payments and the default value is false so it looks like there is no CB-token support for Chargebee payments






Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
×