Partially update pricing intent
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 partially update a pricing intent. Structure your request to follow the RFC 6902 standard.
If you update a pricing intent, it won’t affect merchants 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:
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.