Update $PayByName Profile

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

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":[]
}