---
title: "Create reminder for processing account"
method: POST
path: "/processing-accounts/{processingAccountId}/reminders"
tags: ["processingAccounts"]
---

# Create reminder for processing account

`POST /processing-accounts/{processingAccountId}/reminders`

Use this method to prompt a merchant to sign their pricing agreement.  

You can create a reminder only if you requested the merchant’s signature by email when you created the processing account for the merchant.  

To create a reminder, you need the processingAccountId. Our gateway returned the processingAccountId in the response of the [Create Merchant Platform](https://docs.payroc.com/api/schema/boarding/merchant-platforms/create) method or [Create Processing Account](https://docs.payroc.com/api/schema/boarding/merchant-platforms/create-processing-account) method. 

**Note:** If you don’t know the processingAccountId, use our [List Merchant Platform’s Processing Accounts](https://docs.payroc.com/api/schema/boarding/merchant-platforms/list-processing-accounts) method to search for the processing account.  

When you send a successful request, we send an email to the merchant that prompts them to sign their pricing agreement.

## Path parameters

- `processingAccountId` string, required

## Headers

- `Authorization` string, required
- `Idempotency-Key` string, uuid, required

## Request body

- BoardingProcessingAccountsCreateReminderRequest — Object that contains information about the pricing agreement reminder.
  - `type` 'pricingAgreement', required — Discriminator value: pricingAgreement
  - `reminderId` string — Unique ID of the reminder.

## Response `201`

Successful request. We sent an email to the merchant and we return a polymorphic object that contains reminder details.

- BoardingProcessingAccountsCreateReminderResponse201 — Object that contains information about the pricing agreement reminder.
  - `type` 'pricingAgreement', required — Discriminator value: pricingAgreement
  - `reminderId` string — Unique ID of the reminder.

## Other responses

- `400` — Bad request
- `403` — Do not have permissions to perform this action
- `404` — Resource not found
- `409` — Conflict
- `500` — An error has occured

---

[API](https://skmtc.dev/payroc/apis/schema.md) · [All operations](https://skmtc.dev/payroc/apis/schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payroc/schema/revisions/1d9d3e305945/schema)
