Hi Team,
I'm trying out CyberSource APIs. All my payment test calls were success. Right now I'm testing payment with FLEX token along with create permanent TMS token . Payment API call is success but it does not return TokenInformation object at all. Here's the information
Endpoint: POST request to pts/v2/payments
processingInformation => with actionList = TOKEN_CREATE and actionTokenTypes = "customer", "paymentInstrument", "shippingAddress"
orderInformation => contains shipTo and billTo
tokenInformation=> contains transientTokenJwt
I'm using JWT Authentication
03-29-2025 07:40 PM
I am also having this issue. Everything works correctly except the response payload does not include TokenId. I have validated that the transaction does have a TokenId via the admin website.
I would hope this is an oversight in the construction of the response. If not, is there another method to resolve the TokenId when not present in the response?
05-01-2025 06:14 AM