Create a new migrated payment
POST/products/{product_id}/subscriptions/{subscription_id}/payments.json
In case you want to synchronize migrated subscription from the legacy platform use this endpoint to have our system log a migrated payment. Depending on your use case you can also choose to extend the license. Please read our migration documentation to learn more.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The payment was successfully created.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.