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.

Authentication

AuthorizationBearer

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

Path parameters

pricingIntentIdstringRequired

Response

Successful response. Returns the requested pricing intent.
pricing intent version 5.2object

Object that contains information about a pricing intent for Merchant Processing Agreement (MPA) 5.2.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error