You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the new API business creation functionality. The templateId property is a UUID data type, it must be converted to String since when it is sent to be processed to the API it sends the value in lowercase, and the templates in Cybersource are in uppercase, for that reason it never obtains the configuration of the processor. payment and the trade remains incomplete in its configuration.
This modification must be made to the Model PaymentsProductsCardProcessingConfigurationInformation object.
The text was updated successfully, but these errors were encountered:
For the new API business creation functionality. The templateId property is a UUID data type, it must be converted to String since when it is sent to be processed to the API it sends the value in lowercase, and the templates in Cybersource are in uppercase, for that reason it never obtains the configuration of the processor. payment and the trade remains incomplete in its configuration.
This modification must be made to the Model PaymentsProductsCardProcessingConfigurationInformation object.
The text was updated successfully, but these errors were encountered: