Closed mantaskujalis closed 3 years ago
Similar way as KYC document fetching works allowing to fetch ubo declaration without specifying user id, only by declaration id.
You can now do:
MangoPay::UboDeclaration.fetch(nil, ubo_declaration_id, nil)
When you don't have user_id, for example, when webhook about ubo_declaration was sent from MangoPay, where only ubo id is present, and client wants to fetch resource
Similar way as KYC document fetching works allowing to fetch ubo declaration without specifying user id, only by declaration id.
You can now do:
When you don't have user_id, for example, when webhook about ubo_declaration was sent from MangoPay, where only ubo id is present, and client wants to fetch resource