Skip to main content
Pay-in, payout, या issued bank account बनाने से पहले customer बनाएँ। Capabilities, accounts, और transfers उस customer के scope में होते हैं। अपने system में संबंधित record की स्थिर mapping के रूप में externalId का उपयोग करें।

Individual customers

एक individual के लिए केवल type आवश्यक है। जो profile fields आप पहले से जानते हैं उन्हें शामिल करें, और अधिक तब जोड़ें जब वर्तमान capability या task को उनकी आवश्यकता हो। Customer को POST /v3/customers के साथ बनाएँ:
लौटाए गए data.id को CUSTOMER_ID के रूप में संग्रहीत करें। नीति संदर्भ के लिए Individual onboarding देखें।

Business customers

एक business के लिए business.legalName आवश्यक है। उसी operation के साथ business बनाएँ:
लौटाए गए data.id को CUSTOMER_ID के रूप में संग्रहीत करें। नीति और document संदर्भ के लिए Business onboarding देखें। Directors, owners, और अन्य business participants को तब जोड़ें जब वे ज्ञात हों या अनुरोध किए गए हों। यह उदाहरण POST /v3/customers/{customerId}/related-parties के साथ एक director बनाता है:
लौटाए गए data.id को RELATED_PARTY_ID के रूप में संग्रहीत करें।

Capabilities से readiness पढ़ें

API में एक customer की verification या readiness status नहीं होती। वर्तमान profile data के लिए customer को GET /v3/customers/{customerId} के साथ पढ़ें, फिर यह तय करने के लिए कि customer आगे क्या कर सकता है, capabilities और उनके openTaskIds का उपयोग करें।
आगे, आवश्यक product outcome को खोजने और सक्रिय करने के लिए Capabilities और tasks पर जारी रखें।