Secure Payments API PUT Customer Note
General
Updating a customer note is one of the customer options available through the Secure Payments (formerly PCI Wallet) API.
How To
To edit an existing note, send a PUT request to the endpoint: customers/{id}/note/{note-id}
curl -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'authorization: YOUR AUTH' --header 'secret: YOUR SECRET' -d '{ \
"note": "Sample note edit" \
}' 'https://pciwallet.simnang.com/api/customers/"customer id"/note/"note id"'