This repository was archived by the owner on Dec 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 129129 "properties" : {
130130 "details" : {
131131 "description" : " A collection of unspecific information related to the proof of ownership being uploaded" ,
132- "type" : " object"
132+ "type" : " object" ,
133+ "required" : [
134+ " payment_identifier"
135+ ]
133136 },
134137 "id" : {
135138 "description" : " The id of the proof of ownership as shown in the /get_account_status proof of ownership list" ,
Original file line number Diff line number Diff line change 302302 "description" : " The request timestamp of creation" ,
303303 "type" : " string"
304304 },
305+ "documents_required" : {
306+ "description" : " Number of documents required to be uploaded for proof of ownership" ,
307+ "type" : " number"
308+ },
305309 "id" : {
306310 "description" : " The identifier of the proof of ownership request" ,
307311 "type" : " number"
308312 },
309313 "payment_method" : {
310314 "description" : " The display name of the payment method being requested" ,
311315 "type" : " string"
312- },
313- "payment_method_identifier" : {
314- "description" : " The identifier of the payment method being requested" ,
315- "type" : " string"
316316 }
317317 }
318318 }
You can’t perform that action at this time.
0 commit comments