Retrieve pricing intent
Use this method to retrieve information about a pricing intent.
To retrieve a pricing intent, you need its pricingIntentId. Our gateway returned the pricingIntentId in the response of the [Create Pricing Intent](https://docs.payroc.com/api/schema/boarding/pricing-intents/create) method.
**Note:** If you don't have the pricingIntentId, use our [List Pricing Intents](https://docs.payroc.com/api/schema/boarding/pricing-intents/list) method to search for the pricing intent.
Our gateway returns the following information about the pricing intent:
- Information about the fees, including the base fees, gateway fees, and processor fees.
- Status of the pricing intent, including whether we approved the pricing intent.
Path parameters
pricingIntentId
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
Successful response. Returns the requested pricing intent.
pricing intent version 5.0