1.8 (2022-02-01)
- Error responses now return unique error codes and more detail (see Error Codes)
1.7 (2021-11-23)
- The refund endpoint now returns the created refund object
- The full charged amount can now be refunded
- Deprecated: The cancel endpoint is deprecated and will be removed in a future version. Use the refund endpoint instead.
1.6 (2021-09-13)
usagesrenamed tochargesacross all endpoints
1.5 (2021-08-16)
client_typeis now sent at theoauth/tokencall, not theclients/connectcall
1.4 (2021-08-13)
client_typeis no longer restricted to fixed values- Vouchers with active status or existing charges can no longer be deleted
1.3 (2021-08-10)
codeandpinproperties (deprecated since v1.1) are now removed from all responses except the voucher create call- Client groups with old scopes (
can-manage,can-use) are migrated to the new scopes automatically
1.2 (2021-08-06)
- New optional
order_numberproperty on voucher creation
1.1 (2021-08-04)
- Refactored client group scopes for more granular access control
- Clients can request a subset of their available scopes when getting a token
- Vouchers can be created with an initial amount of 0
client_typecan now be sent in the connect call (optional)- New endpoint:
PATCH /vouchersto updateskuandbatchon inactive vouchers - New endpoint:
POST /vouchers/recharge - New endpoint:
POST /clients/disconnectto invalidate all credentials for a client - New endpoint:
GET /vouchers/{id}/completeto read voucher secrets (codeandpin) - Deprecated:
codeandpinwill be removed from all responses except the create call - use the complete endpoint instead