# POST /subscription-charges.json **POST /subscription-charges.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **charged** (integer(int32) | null) Charged - **chargedAt** (string(date-time)) Charged at - **externalId** (string | null) External - **subscriptionId** (integer(int32)) Subscription ## Responses ### 200 Successful response #### Body: application/json (object) - **charged** (integer(int32) | null) Charged - **chargedAt** (string(date-time)) Charged at - **createdAt** (string(date-time)) Created at - **externalId** (string | null) External - **id** (integer(int32)) Id - **subscriptionId** (integer(int32)) Subscription - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)