Method: TransferZero::Sender#documents
- Defined in:
- lib/transferzero-sdk/models/sender.rb
#documents ⇒ Object
Needed for KYC checks. Required to approve the sender unless KYC is waived for your account. Please send us an empty list of documents: ‘"documents": [ ]` in the request if KYC has been waived. If the documents already exist, please send the Document ID eg. “`JSON "documents": [ { "id": "b6648ba3-1c7b-4f59-8580-684899c84a07" } ] “`
137 138 139 |
# File 'lib/transferzero-sdk/models/sender.rb', line 137 def documents @documents end |