Clients
Number of APIs: 10
-
Inspect a client GET https://gate.reviopay.com/api/v1/clients/{{client_id}}/
-
Delete a client DELETE https://gate.reviopay.com/api/v1/clients/{{client_id}}/
-
Update a client PATCH https://gate.reviopay.com/api/v1/clients/{{client_id}}/
-
List purchases for a client GET https://gate.reviopay.com/api/v1/clients/{{client_id}}/feed/
-
List client tokens GET https://gate.reviopay.com/api/v1/clients/{{client_id}}/recurring_tokens/
-
Inspect a client token GET https://gate.reviopay.com/api/v1/clients/{{client_id}}/recurring_tokens/{{recurring_token_id}}/
-
Delete a client token DELETE https://gate.reviopay.com/api/v1/clients/{{client_id}}/recurring_tokens/{{recurring_token_id}}/
-
Replace a client PUT https://gate.reviopay.com/api/v1/clients/{{client_id}}/
-
Create client POST https://gate.reviopay.com/api/v1/clients/