Create Credit Card Using REST API Does Not Update User Data
(Doc ID 2829396.1)
Last updated on DECEMBER 24, 2021
Applies to:
Oracle Fusion Subscription Management Cloud Service - Version 11.13.21.07.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.13.21.07.0 version, REST/Web Services
ACTUAL BEHAVIOR
---------------
Create Credit Card does not update user data in UI.
Created credit card for a subscription with below payload
{
"TokenNumber": "number",
"ExpirationDate": "2021-01-31",
"FirstName": "Test",
"LastName": "User",
"IssuerCode": "VISA",
"MaskedNumber": "XXXXXXXXXXXX0000"
}
And then again invoked another add credit card with
{
"TokenNumber": "number",
"ExpirationDate": "2028-01-31",
"FirstName": "Test2",
"LastName": "User",
"IssuerCode": "VISA",
"MaskedNumber": "XXXXXXXXXXXX0000"
}
The credit card was created in IBY_CREIDTCARD table and so as on subscription however current active credit card was not selected with recent value but had different first name and last name which was similar to latest payload.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |