QR Codes
Fetch all QR codes
Retrieve all QR codes. Filter by customer_id or payment_id.
get/payments/qr_codes
Query parameters
frominteger
Unix timestamp (seconds). Fetch records created on or after this time.
tointeger
Unix timestamp (seconds). Fetch records created on or before this time.
countinteger
Number of records to return per call. Maximum 100. Default 10.
skipinteger
Number of records to skip. Use with count for pagination. Default 0.
customer_idstring
Filter by customer ID (cust_*).
payment_idstring
Filter QR codes associated with a specific payment.
Response
Collection of QR codes.