Update swipe memo

This request updates an existing swipe memo.

   Click here to learn more about this request

Swipe memos provide additional information regarding a swipe. Note the following when using this request:

Multiple memos can be associated with a single swipe, but there's a max of 50 memos per swipe.

Swipe memos must be between 1 and 200 characters.


Results

Returns true after a successful swipe memo update. An error results in a error_v2 object with a message and metadata field indicating the type of error (e.g. invalid memo ID).

Path Params
string
required

The unique identifier of the card used to initiate the swipe.

string
required

The unique identifier of the swipe.

int32
required

The unique identifier of the memo.

Body Params
string
required

Text field used to provide the memo.
> Memos must be between 1 and 200 characters.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json