title | excerpt | updated |
---|---|---|
Manage payment and billing of OVHcloud services |
Discover how to add a payment mean, automate accounting and manage your corporate billing |
2020-01-02 |
We will describe part of your payment and billing cycle at OVHcloud.
- Being connected on OVHcloud API{.external}.
- Having created your credentials for OVHcloud API{.external}.
- Having a customer account wih Reseller Tag (contact your sales representative for eligibility if applicable).
- Having created subaccounts for the OVHcloud API if necessary{.external}.
- Having at least the Business or Enterprise Support level.
- /me/bill
Contact your sales representative and indicate that you would like to have a SEPA transfer payment method and the desired payment period (e.g.: 30, 45 or 60 days in France).
Additional attributes will be added to your account to authorize SEPA wire transfer payment, to specify the payment deadline and to enable permanent automatic renewal.
In the APIv6 and in your control panel, in your payment methods will appear a new item called: PaymentEnterprisewithxxdays.
[!api]
@api {v1} /me GET /me/payment/method
In order for OVHcloud to edit invoices with the desired Purchase Order (PO) number, contact your sales representative to give them this number.
If you change this PO number, contact your sales representative as soon as possible.
Use the id of the sub-account and consumerkey to log on to APIv6.
Retrieve the list of bills associated with this subaccount:
[!api]
@api {v1} /me GET /me/bill
Retrieve the detailed bill using the billID:
[!api]
@api {v1} /me GET /me/bill/{billId}/details
Join our community of users on https://community.ovh.com/en/.