v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Account

Get Account Fee Summary

This endpoint allows to retrieve the fee summary of certian account. It returns the prior month fees and the year-to-date fees in this fee summary.

Http Status Codes

<table><thead><tr><th>Status Code</th><th>Code</th><th>Sub Code</th><th>Description</th></tr></thead><tbody><tr><td>200</td><td>0</td><td>0</td><td>API operation was successful.</td></tr><tr><td>401</td><td></td><td></td><td>Unauthorized: authorization prefix none bearer</td></tr><tr><td>401</td><td></td><td></td><td>Unauthorized: invalid authorization format</td></tr><tr><td>401</td><td></td><td></td><td>Unauthorized: invalid authorization token</td></tr><tr><td>401</td><td></td><td></td><td>Unauthorized: expired authorization token</td></tr><tr><td>401</td><td></td><td></td><td>Unauthorized: out of credential scopes</td></tr><tr><td>401</td><td></td><td></td><td>Unauthorized: invalid program code</td></tr><tr><td>404</td><td>10</td><td>0</td><td>Account Not Found.</td></tr><tr><td>400</td><td>1000</td><td>0</td><td>The program code in the API path is unknown.</td></tr><tr><td>503</td><td>4610</td><td>4611</td><td>PRODUCT_NOT_SUPPORT_FEE</td></tr></tbody></table>
get/programs/{programCode}/accounts/{accountIdentifier}/feeSummary

Path parameters

programCodestring required

Partner program code for the account.

accountIdentifierstring required

Unique account identifier (UID or GUID).

Headers

X-GD-RequestIdstring required

Unique request tracking identifier (X-GD-RequestId header).

Response

OK