Create reminder for processing account
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Get a $50 voucher to share your developer experience with Payroc. Contact us to register your interest.
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 method or Create Processing Account method.
Note: If you don’t know the processingAccountId, use our List Merchant Platform’s 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.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.