pricingIntents
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:
- Create Merchant Platform - Assign the pricing intent to a processing account, when you create the merchant platform and its processing accounts.
- Create Processing Account - Assign the pricing intent to a processing account.
- Retrieve Pricing Intent - Retrieve information about a pricing intent.
- Update Pricing Intent - Update the details of a pricing intent.
- Delete Pricing Intent - Delete a pricing intent.
- Partially Update Pricing Intent - Partially update the details of a pricing intent.
post/pricing-intents
Headers
Authorizationstring required
Bearer authentication
Idempotency-Keystring uuid required
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 body
Response
Successful response. We created the pricing intent and it is waiting for approval.
Changes
No recorded changes to this endpoint across all 1 revision of this API.