Upload Supporting Documents
Upload cardholder document
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/holder/upload-document
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data :
Name | Type | Description |
---|---|---|
holder_id* | long | holder ID |
file_type* | integer | file type,refer to: fileType, Tip: ID and address are required |
file_name* | string(5-80) | file name, Supported formats:pdf、jpg、png、bmp、tif、gif、pcx、tga、exif、fpx、svg、psd、cdr、pcd、dxf、ufo、eps、ai、raw、WMF、webp、avif、apng for example:xxx.pdf |
file_content* | string | File content Base64 encoding. Max size: 2M |
file_desc | string(128) | file description |
Response
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated