Retrieve partner information
Last updated: 06-Apr-2017
Access partner details using the unique codes set to identify them.
Parameters | Type/Description |
---|---|
sessionID | Required (string) |
Session identifier, output by the Login method. An exception will be thrown if the values are incorrect. | |
partnerCode | Required (string) |
The unique partner code. |
Parameter | Type/Description |
---|---|
Partner | Object |
Partner information object. |
<?php
require ('PATH_TO_AUTH'); // Authentication example: https://knowledgecenter.avangate.com/Integration/Channel_Manager_API/JSON-RPC/02Authentication
$partnerCode = 'YOUR_PARTNER_CODE';
$jsonRpcRequest = array (
'jsonrpc' => '2.0',
'id' => $i++,
'method' => 'getPartnerByCode',
'params' => array($sessionID, $partnerCode)
);
var_dump (callRPC((Object)$jsonRpcRequest, $host));
Error | Description |
---|---|
INVALID_PARTNER |
Partner code is mandatory. |
INVALID_PARTNER |
Partner code provided is not associated with an active partner account in the Avangate system. |
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.