curl --request POST \
--url https://api.example.com/iser/standard-account/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentTokensAndVendors": [
{
"tokenId": "<string>",
"paymentMethodVendorID": 123
}
]
}
'{
"success": true,
"data": "<unknown>"
}Returns the iser details along with an iser avatar.
curl --request POST \
--url https://api.example.com/iser/standard-account/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentTokensAndVendors": [
{
"tokenId": "<string>",
"paymentMethodVendorID": 123
}
]
}
'{
"success": true,
"data": "<unknown>"
}