Secure Payments API GET Customer Note
General
Getting a single customer note is one of the customer options available through the Secure Payments (formerly PCI Wallet) API.
How To
To get a customer note, send a GET request to the endpoint: customers/{id}/note
Sample payload:
curl -X GET --header 'Accept: application/json' --header 'authorization: YOUR AUTH' --header 'secret: YOUR SECRET' 'https://pciwallet.simnang.com/api/customers/65/note'
Response:
{
"id": 292,
"customer_id": 407,
"note": "Sample Note",
"created": "2017-2-28 12:16:40"
Returns a single note specified by ID.