Retrieve a pricing configuration by name
Last updated: 13-Jul-2017
Use the getPricingConfigurationByName method to extract information on a specific pricing configuration you set for a product.
Parameters | Type/Description |
---|---|
sessionID |
Required (string) |
|
Session identifier, the output of the Login method. Include sessionID into all your requests. Avangate throws an exception if the values are incorrect. The sessionID expires in 10 minutes. |
productCode |
Required (string) |
|
The editable code that you control at product-level, not the unique, system-generated product ID. |
pricingConfigurationName |
Required (string) |
|
The name of the pricing configuration. |
schemaType |
Required (string) |
|
|
priceType |
Optional (string) |
|
Possible values: NET or GROSS |
Parameters | Type/Description |
---|---|
Object |
<?php
require ('PATH_TO_AUTH');
$productCode = 'subscr1';
$pricingConfigurationName = 'EU prices';
$schemaType = 'DYNAMIC';// FLAT or DYNAMIC
$priceType = 'NET'; // or GROSS
$jsonRpcRequest = array (
'jsonrpc' => '2.0',
'id' => $i++,
'method' => 'getPricingConfigurationByName',
'params' => array($sessionID, $productCode, $pricingConfigurationName, $schemaType, $priceType)
);
var_dump (callRPC((Object)$jsonRpcRequest, $host));
?>
Do you have a question? If you didn’t find the answer you are looking for in our documentation, you can contact our Support teams for more information. If you have a technical issue or question, please contact us. We are happy to help.
We’ll help you choose the right payment solution for your business, wherever you want to sell, in-person or online. Our team of experts will happily discuss your needs.