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 method.

Note: If you don’t have the pricingIntentId, use our List Pricing Intents 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

pricingIntentIdstringRequired

Headers

AuthorizationstringRequired

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.0object

Errors