What to do if the card number is not stored?
If a card number has not been stored, you can simply use "****" in the number field.
Example:
"payments": [ { "type": "CARD", "details": { "amount": "100.00" }, "number": "****", "kind": "CREDIT" }]Was this page helpful?