pricingIntents
Update pricing intent
Use this method to update the details of a pricing intent. If you update a pricing intent, it won't affect merchant that you've previously onboarded.
To update a pricing intent, you need its pricingIntentId. Our gateway returned the pricingIntentId in the response of the Create Pricing Intent method.
Note: If you don't have the pricingIntentId, use our List Pricing Intents method to search for the pricing intent.
You can update the following details about a pricing intent:
- Fees, including the base fees, processor fees, and gateway fees.
- Custom name for the pricing intent.
- Additional services that merchants can sign up for.
put/pricing-intents/{pricingIntentId}
Path parameters
pricingIntentIdstring required
Unique identifier that we assigned to the pricing intent.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
Resource successfully updated
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.