Current account
5 operations are available in this resource for the current release. Select an operation to view its request metadata and integration examples.
| Method | Endpoint | Description | Status | Operation page |
|---|---|---|---|---|
GET | /api/me | Returns the signed-in account's identity, credit balance, template-management access, and permission scopes. | Available | View operation |
GET | /api/me/profile | Returns the signed-in account identity, tenant identifier, application context, template-management access, and permission scopes. | Available | View operation |
GET | /api/me/transactions | Lists transactions owned by the signed-in account in reverse chronological order with pagination and optional test-mode inclusion. | Available | View operation |
GET | /api/me/transactions/{id}/events | Lists payment-provider events associated with a transaction owned by the signed-in account, ordered from oldest to newest. | Available | View operation |
GET | /api/me/transactions/{id}/invoice | Returns an HTML invoice for a transaction owned by the signed-in account, including its related payment-provider events. | Available | View operation |