API POST Fields (in addition to the Main Fields described in the Introduction)
Field Name | Description | Required? |
---|
Update $PayByName Profile |
---|
cmd | update_pbn_tag | Yes |
tagid | The tag's unique ID (obtained from 'get_pbn_list'. | Yes |
name | Name for the profile. If field is not supplied the current name will be unchanged. | No |
email | Email for the profile. If field is not supplied the current email will be unchanged. | No |
url | Website URL for the profile. If field is not supplied the current URL will be unchanged. | No |
image | JPG 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":[]
}