Question
In the BankingScheduledPaymentTo schema, toUType
property, when do we use accountId
, or payeeId
, or domestic
?
Answer
Use accountId
if the payment is to an account that the current customer holds, and has selected for sharing, and if one of the account scopes is included in the consent.
Use payeeId
if the payment is to a registered payee, and the payee scope is included in the consent.
Otherwise, use the relevant structure from the remaining options: domestic
, biller
, international
.
Comments
0 comments
Please sign in to leave a comment.