pricingIntents

List pricing intents

Use this method to return a paginated list of pricing intents associated with the ISV.

Note: If you want to view the details of a specific pricing intent and you have its pricingIntentId, use our Retrieve Pricing Intent method.

Our gateway returns the following information about each pricing intent in the list:

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

For each pricing intent, we also return its pricingIntentId which you can use to perform follow-on actions.

get/pricing-intents

Query parameters

beforestring

Return the previous page of results before the value that you specify.

You can’t send the before parameter in the same request as the after parameter.

afterstring

Return the next page of results after the value that you specify.

You can’t send the after parameter in the same request as the before parameter.

limitinteger

Limit the maximum number of results that we return for each page.

Headers

Authorizationstring required

Bearer authentication

Response

Successful response. Returns a list of pricing intents.

limitinteger

Maximum number of results that we return for each page.

countinteger

Number of results we returned on this page.

Note: This might not be the total number of results that match your query.

hasMoreboolean

Indicates whether there is another page of results available.

Changes

No recorded changes to this endpoint across all 1 revision of this API.