JavaScript
const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({answers: [{question: '<string>', answer: '<string>'}]}) }; fetch('https://gp-auth-module.prod.gnosispay.com/source-of-funds', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "message": "<string>" }
Submit answers to the Source of Funds questionnaire
Documentation IndexFetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1
Show child attributes
Answers submitted successfully