Metadata

metadata is an optional JSON object you attach to a payment. Cartino Pay stores it verbatim and returns it in every payment response and webhook, so you can correlate the outcome with your own records without an extra lookup.

"metadata": {
  "user_id": 123,
  "plan": "pro",
  "cart_id": "c_9f8e7d",
  "mobile": "09121234567"
}

Limits

Special keys

Some gateways accept extra hints. When present, Cartino Pay forwards these keys to the gateway if it supports them:

Key Use
mobile Payer's mobile number — some gateways pre-fill it / offer saved cards
email Payer's email

Everything else is opaque to Cartino Pay and to gateways.

Rules