---
title: "Manage payment and billing of OVHcloud services"
url: https://docs.ovhcloud.com/pt/guides/manage-and-operate/api/enterprise-payment
lang: pt
lastUpdated: 2020-01-02
---
# Manage payment and billing of OVHcloud services

## Objective

We will describe part of your payment and billing cycle at OVHcloud.

## Requirements

- Being connected on [OVHcloud API](https://eu.api.ovh.com/).
- Having [created your credentials for OVHcloud API](/pt/guides/manage-and-operate/api/first-steps.md).
- Having a customer account wih Reseller Tag (contact your sales representative for eligibility if applicable).
- Having [created subaccounts for the OVHcloud API if necessary](/pt/guides/manage-and-operate/api/account.md).
- Having at least the Business or Enterprise Support level.

## Instructions

### Ressources

- /me/bill

### Operation process

#### Add SEPA transfer payment method

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**.


🇪🇺EU▾

[GET/me/payment/method](https://eu.api.ovh.com/console/?section=/me&branch=v1#get-/me/payment/method)

#### How to enter a Purchase Order number (PO)

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.

#### Retrieve sub-Account bills

Use the id of the sub-account and consumerkey to log on to APIv6.

Retrieve the list of bills associated with this subaccount:


🇪🇺EU▾

[GET/me/bill](https://eu.api.ovh.com/console/?section=/me&branch=v1#get-/me/bill)

Retrieve the detailed bill using the billID:


🇪🇺EU▾

[GET/me/bill/{billId}/details](https://eu.api.ovh.com/console/?section=/me&branch=v1#get-/me/bill/-billId-/details)

## Go further

Join our [community of users](https://community.ovhcloud.com/).
