> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pointpair.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create New Payment Session

> This endpoint creates a new payment session

### Body

<ParamField body="order_amount" type="number" required="true">
  Amount intended to be collected by this payment for the customer and to calculate their cash points. A positive floating point representing how much to charge. Minimum order amount is 5.00 in the respective currency.
</ParamField>

<ParamField body="metadata" type="object">
  Optional metadata to pass if needed as a JSON object.
</ParamField>

### Response

<ResponseField name="id" type="string">
  Unique identifier for the payment session.
</ResponseField>

<ResponseField name="payment_session_url" type="string">
  The payment session url which you need to redirect your customer to process the payment and for them to earn their cash points.
</ResponseField>
