Meta

Updatable resource objects such as Customer, Payment, Customer, Refund, Bank, Card, Token, and Withdrawal, have a meta parameter. You can use this parameter to attach key-value data to these resources.

Meta is useful for storing additional, structured information on an object. As an example, you could store your user's full name and corresponding unique identifier from your system on a Paystand Customer resource object. Meta is not used by Paystand (e.g., to authorize or decline a charge), and won't be seen by your users unless you choose to show it to them.

Meta Example

{
  "keyInteger": 101010,
  "keyString": "example string",
  "keyHtml": "<h1>Here is some html</h1>",
  "keyFloat": 789.76
}