{
"routeCode": "string",
"label": "string",
"description": "string",
"blockchain": "ETH",
"walletAddress": "string",
"isOwner": true,
"walletType": "PRIVATE_WALLET",
"platformName": "string",
"platformUserId": "string",
"ownerType": "INDIVIDUAL",
"ownerInfo": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"relationshipWithThirdParty": 0,
"supportFiles": [
{
"fileAssetId": "ff609797-f24d-4a85-b1cd-e0fde45821c2",
"purpose": "string"
}
]
}curl --location '/partner/v1/customers//crypto/wallet-beneficiaries' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"routeCode": "string",
"label": "string",
"description": "string",
"blockchain": "ETH",
"walletAddress": "string",
"isOwner": true,
"walletType": "PRIVATE_WALLET",
"platformName": "string",
"platformUserId": "string",
"ownerType": "INDIVIDUAL",
"ownerInfo": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"relationshipWithThirdParty": 0,
"supportFiles": [
{
"fileAssetId": "ff609797-f24d-4a85-b1cd-e0fde45821c2",
"purpose": "string"
}
]
}'{
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"routeCode": "string",
"label": "string",
"description": "string",
"blockchain": "string",
"walletAddress": "string",
"isOwner": true,
"walletType": "PRIVATE_WALLET",
"platformName": "string",
"platformUserId": "string",
"ownerType": "INDIVIDUAL",
"ownerInfo": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"relationshipWithThirdParty": 0,
"beneficiaryStatus": "string",
"screeningStatus": "string",
"lastSyncedAt": "2019-08-24T14:15:22.123Z",
"removedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}