PRN-160
about 1 year ago by Jon Bullock
As of the 2nd November 2023 the nameOnCard object will be removed from the Create Card and Update Card endpoints, and replaced with a new nameOnCard field.
Before:
{
....
"nameOnCard": {
"title": "string",
"firstName": "string",
"lastName": "string"
}
....
}
After:
{
...
"nameOnCard": "string"
...
}
For more information on these endpoints, see Creating a Card and Updating a Card.