Create pricing intent

Use this method to create a pricing intent that you can assign to a processing account.

In the request, you must provide the following:

  • Processing fees, including the pricing program and the fee to process each transaction.
  • Gateway fees, including the fee for each transaction handled by our gateway.
  • Base fees, including maintenance and PCI fees.

In the response, our gateway returns information about the pricing intent and the pricingIntentId, which you need for the following methods:

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Idempotency-KeystringRequiredformat: "uuid"

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.

Request

This endpoint expects an object.
pricing intent version 5.0objectRequired

Response

Successful response. We created the pricing intent and it is waiting for approval.
pricing intent version 5.0object

Errors