You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metadata, termsOfService, foreignID, customerSupport, settings should be optional
mode : production | sandox is missing should be added as a required parameters as it's required in the API documentation.
in profile > IndividualProfile: Phone, Address, birthDateProvided, governmentIDProvided should be optional (with default values for the booleans)
3 API documentation
The api documentation (transfers/create section) is not matching the TransferCreate object. The transferID should be removed from the documentation as it's misleading or maybe we can create a transfer using another transfer but in that case I am not sure I understand.
Thanks ! 🙏
The text was updated successfully, but these errors were encountered:
1 TransferCreate type:
facilitatorFee
,description
,metadata
should be optional.source
anddestination
object: onlypaymentMethodID
should be required.So it match the example here
moov-node/lib/transfers.js
Lines 259 to 280 in 5cb81da
as well as the API documentation
2 AccountCreate type:
metadata
,termsOfService
,foreignID
,customerSupport
,settings
should be optionalmode
:production | sandox
is missing should be added as a required parameters as it's required in the API documentation.profile > IndividualProfile
:Phone
,Address
,birthDateProvided
,governmentIDProvided
should be optional (with default values for the booleans)3 API documentation
The api documentation (
transfers/create
section) is not matching the TransferCreate object. The transferID should be removed from the documentation as it's misleading or maybe we can create a transfer using another transfer but in that case I am not sure I understand.Thanks ! 🙏
The text was updated successfully, but these errors were encountered: