It seems that there is currently no support for adding RecipientInformation in a deposit call, which is an additional compliance requirement for P2P payments. Please feel free to correct me if I am wrong :-)
So one would need something like the following in the deposit attributes:
"RecipientInformation": {
"Address": "Main street 1, SE-11253, Stockholm, Sweden.",
"CountryCode": "SE",
"CustomerID": "12345",
"DateOfBirth": "1990-01-01",
"Firstname": "Adam",
"Lastname": "Johnsson",
"Partytype": "PERSON"
}
It seems that there is currently no support for adding
RecipientInformationin adepositcall, which is an additional compliance requirement for P2P payments. Please feel free to correct me if I am wrong :-)So one would need something like the following in the deposit attributes: