Update $PayByName Profile

API POST Fields (in addition to the Main Fields described in the Introduction)

Field Name
Update $PayByName Profile
cmd
Descriptionupdate_pbn_tag
Required?Yes
tagid
DescriptionThe tag's unique ID (obtained from 'get_pbn_list'.
Required?Yes
name
DescriptionName for the profile. If field is not supplied the current name will be unchanged.
Required?No
email
DescriptionEmail for the profile. If field is not supplied the current email will be unchanged.
Required?No
url
DescriptionWebsite URL for the profile. If field is not supplied the current URL will be unchanged.
Required?No
image
DescriptionJPG or PNG image 250KB or smaller, the image data should be base64 encoded. Use an empty string to remove profile image. If field is not supplied the current image will be unchanged.
Required?No
Field NameDescriptionRequired?
Update $PayByName Profile
cmdupdate_pbn_tagYes
tagidThe tag's unique ID (obtained from 'get_pbn_list'.Yes
nameName for the profile. If field is not supplied the current name will be unchanged.No
emailEmail for the profile. If field is not supplied the current email will be unchanged.No
urlWebsite URL for the profile. If field is not supplied the current URL will be unchanged.No
imageJPG or PNG image 250KB or smaller, the image data should be base64 encoded. Use an empty string to remove profile image. If field is not supplied the current image will be unchanged.No

API Response

A successful call to this command will give you a result similar to this (JSON):
{
	"error":"ok",
	"result":[]
}