CertCentral: New purchase order and invoice system
We are happy to announce that we are using a new purchase order and invoice system in CertCentral. We've made several changes to make it easier for you to manage your purchase orders and invoices.
The next time you sign in to CertCentral, you will see two new menu options under Finances: Pay Invoice and Purchase Orders and Invoices. Additionally, we now send all invoice emails from our new invoice system.
Pay invoices page
When you open the Pay invoice page, all invoices are preselected by default. You can choose to pay them all or select those you want to pay.
Note: If you use divisions with separate funds, when you open the Pay invoice page, all invoices for the top-level division are selected by default. Use the For dropdown to view the unpaid invoices by division in your account.
Purchase orders and invoices page
On the new Purchase orders and invoices page, you can create a purchase order (PO). In the Purchaseorders table, you can view pending and rejected POs. After we approve a PO, it becomes an invoice and moves to the Invoices table.
Note: If you use divisions with separate funds, you see the Purchase order and invoice summary page. When you click a division name, it opens the Purchase order and invoices page, where you can view the POs and invoices for that division.
In the Invoices column of the Invoices table, you can see the invoice number and the PO from which we generated it. You can download a copy of the invoice or pay the invoice. When you click Pay invoice, we take you to the Pay invoice page to pay the invoice and make the funds available in your account.
Existing PO and Invoice migration
CertCentral Services API: View balance enhancements
To help you track financial data in your API integrations, we updated the View balance endpoint to return the following data:
unpaid_invoice_balance
negative_balance_limit
used_credit_from_other_containers
total_available_funds
Example response:
For more information, see the documentation for the View balance endpoint.
CertCentral Services API:改善したエンドポイント
DigiCert Services API では、下記のエンドポイントを更新し、複製組織チェックをスキップして新しい組織を作成できるようになりました。
デフォルト挙動
デフォルトでは、(組織 ID を入力しないで)新しい組織を作成した場合、複製組織の作成を回避するため、お使いのアカウントにすでにある組織をチェックします。要求で記入した詳細が既存の組織の詳細と一致する場合、新しいオーダーを作成するのではなく、そのオーダーを既存の組織と関連づけます。
新しい組織。skip_duplicate_org_check 要求パラメータ
新しい組織を追加しました。skip_duplicate_org_check 要求パラメータから、挙動を無視し、新しい組織の作成を強行できるように、下記のエンドポイントに移動します。
新しい組織がある要求の例。skip_duplicate_org_check 要求パラメータ
更新済エンドポイント:
CertCentral Services API:認証用に提出するエンドポイントを改定
DigiCert Services API では、[認証用に提出する] エンドポイントを更新し、お客様が再認証用にドメインを、有効期限が切れる前に提出できるようになりました。これで、再認証用に随時、ドメインを提出でき、お客様はドメインの認証を早期に完了し、そのドメインについて継続的な証明書発行が可能になります。
注記:ドメインの再認証が保留状態のまま、お客様がドメインの証明書をオーダーする場合、当社ではそのドメインの現在の認証を使用して、証明書を発行します。
新しい要求パラメータ:dcv_method
新しい要求パラメータ、dcv_method* も追加しました。これで、認証用にドメインを提出する場合、ドメイン名の利用権を確認するのに使用する DCV 方法を変更することができます。
*注意:この新しいパラメータは任意です。新しいパラメータ要求外にした場合、当社ではコンテンツなしで 204 応答を返します。ドメイン名の利用権を確認するには、以前使用したのと同じ DCV 方法を使用する必要があります。
新しいパラメータ付き要求の例
POST https://www.digicert.com/services/v2/domain/{{domain_id}}/validation
新しいパラメータが要求に含まれる場合の例
201 作成済