Agendize Resellers API

Payment profiles


Resource representation

{ "id": {string}, "name": {string}, "description": {string}, "owner": { "id": {string}, "userName": {string} } }
Parameter name Value Description Notes
id string Identifier of the payment profile.
name string Name of the payment profile.
description string Description of the payment profile.
owner object Owner account of the payment profile.
owner.id string Identifier of the owner account of the payment profile.
owner.userName string user name of the owner account of the payment profile.

Get

Returns an entry of the reseller's account list.

Authentication is required to execute this request. Please refer to Authentication for more.

Request

HTTP Request

GET https://api.agendize.com/api/2.3/resellers/paymentProfiles/{paymentProfileId}

Parameters

Parameter name Value Description
Path parameters
paymentProfileId string Identifier of an existing profile payment.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a Payment Profile resource in the response body.


List

Returns payment profiles entries for a reseller account.

Authentication is required to execute this request. Please refer to Authentication for more.

Request

HTTP Request

GET https://api.agendize.com/api/2.3/resellers/paymentProfiles

Parameters

Parameter name Value Description

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a list of Payment Profile resource in the response body.