> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/product/using-peakcommerce/payments-and-payment-methods/pay-by-purchase-order-po.md).

# Pay by Purchase Order (PO)

#### Overview

Payment options during a checkout flow include Credit Card, ACH, Direct Debit, SEPA, PAD, ApplePay, Skip Payment, and Pay by PO.

If paying by PO, a PO Number and a PO Name can be collected from the end-user before they checkout in an e-commerce flow, or when adding, updating, or renewing subscriptions in-app.

#### Prerequisites

In the billing system, custom fields (Text) should be created for PO Number and PO Name (optional) at the object of choice. Options include Account, Subscription, Rate Plan Charge, Amendment, or Order. You will need the API name of the custom field(s).

#### Configuration

To configure Pay by PO, navigate in the admin portal to Payments > Payment Methods. For PO click Actions > Edit. Check the Active checkbox. Select from the dropdown list the billing object to be used for PO. The options include Account, Subscription, Rate Plan Charge, Amendment, or Order. Paste in the API names for the custom field(s) from the billing system. Then click OK to save changes.

#### Enablement

To enable this option for certain users or certain e-commerce pages, navigate to Profiles > select the profile of choice > Actions > Edit > Configurations tab > Payment Methods > Pay by PO. Check the PO checkbox and Update the page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.peakcommerce.com/product/using-peakcommerce/payments-and-payment-methods/pay-by-purchase-order-po.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
