> For the complete documentation index, see [llms.txt](https://blended.gitbook.io/a1pay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blended.gitbook.io/a1pay/initialize-payment.md).

# Initialize Payment

## Load For Payment

<mark style="color:blue;">`GET`</mark> `https://a1pay.net/api/transactions/loadforpayment`

This is the first method to call when a user wants to make payment.&#x20;

#### Query Parameters

| Name      | Type   | Description                           |
| --------- | ------ | ------------------------------------- |
| Reference | string | Payment reference for the transaction |

{% tabs %}
{% tab title="200 " %}

```
In the returned data, look for OnlinePaymentOptions which will contain an array of instructions to proceed
```

{% endtab %}
{% endtabs %}
