Manage One QRs
Let's look at all available features for managing a One QR object. The endpoint list below demonstrates how various APIs can be used to manage One QR.
- Create a One QR →
POST
→ /oneqrs - Retrieve a One QR →
GET
→ /oneqrs/{id} - Deactivate a One QR →
GET
→ /oneqrs/{id}/deactivate - List all One QRs →
GET
→ /oneqrs - Filter all One QRs →
POST
→ /oneqrs/filter - List all payments of a One QR →
GET
→ /oneqrs/{id}
/payments
Updated 4 months ago