![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
remit2any-ui-sdk
Advanced tools
This document provides a brief overview of the Remit2Any components used for KYC (Know Your Customer) and bank account management for users in the United States and India.
This document provides a brief overview of the Remit2Any components used for KYC (Know Your Customer) and bank account management for users in the United States and India.
This component is used for KYC verification of users in the United States.
<remit2any-us-kyc env="production" token="token">
<button slot="button" class="primary-button">USA KYC</button>
</remit2any-us-kyc>
This component is used for managing bank accounts of users in the United States.
<remit2any-us-bank-accounts env="production" token="token">
<button slot="button" class="primary-button">USA BANK ACCOUNTS</button>
</remit2any-us-bank-accounts>
This component is used for KYC verification of users in India.
<remit2any-indian-kyc env="production" token="token">
<button slot="button" class="primary-button">India KYC</button>
</remit2any-indian-kyc>
This component is used for managing bank accounts of users in India.
account-name-input: Input field for the account name. account-number-input: Input field for the account number. confirm-account-number-input: Input field for confirming the account number. ifsc-code-input: Input field for the IFSC code. create-bank-account-button: Button for adding a new bank account.
<remit2any-indian-bank-accounts env="production" token="token" @remit2any-delete-bank=${handleDeleteBankAccount}>
Account name: <input slot="account-name-input" /> Account number:
<input slot="account-number-input" /> Confirm Account number:
<input slot="confirm-account-number-input" /> Ifsc code:
<input slot="ifsc-code-input" />
<button slot="create-bank-account-button" class="primary-button">
Add bank account
</button>
<button slot="delete-bank-account-button" class="secondary-button">
Delete bank account
</button>
</remit2any-indian-bank-accounts>
<script>
function handleDeleteBankAccount(event) {
console.log('Delete button clicked', event.detail);
}
</script>
This component is used for displaying a list of bank accounts.
bank-accounts: JSON array of bank account objects with details such as IFSC code, bank name, account name, and account number.
<remit2any-show-bank-accounts
bank-accounts='[
{
"ifsc": "100112012",
"bank_name": "ICICI",
"name": "Mahesh",
"account_number": "1234567890"
},
{
"ifsc": "100112012",
"bank_name": "HSBC",
"name": "Mahesh",
"account_number": "1234567890"
}
]'
>
</remit2any-show-bank-accounts>
Replace "your_unique_reference_id" and "your_auth_token" with the actual unique reference ID and authorization token from the API.
<end_point_url>api/v2/users/<user_id>/access-tokens</user_id></end_point_url>
X-Remit2Any-Tenant -
<your_tenant_key>
X-Remit2Any-AccessKey -
<your_access_key>
X-Remit2Any-SecretKey - <your_secret_key></your_secret_key></your_access_key
></your_tenant_key>
{ "accessTokenScope": "US_KYC" }
@import '~remit2any-ui-sdk/dist/style.css';
<remit2any-bank-alerts debug="true" default-class="r2a-bank" bank-accounts='[
{
"guid": "749885f05cc9393865ae02840d9e4f71",
"name": "Plaid Checking verified",
"asset": "USD",
"accountKind": "plaid",
"environment": "sandbox",
"bankGuid": "01a1b737f72a8c5dc52d76cdeea71d85",
"customerGuid": "8088eefed13db07d7a0673005d8ece5e",
"createdAt": "2023-12-26T07:38:54.016349Z",
"plaidAccountMask": "0000",
"plaidAccountName": "Plaid Checking",
"state": "completed",
"failureCode": null,
"availableBalance": null,
"currentBalance": null
},
{
"guid": "749885f05cc9393865ae02840d9e4f71",
"name": "Plaid Checking Unverified",
"asset": "USD",
"accountKind": "plaid",
"environment": "sandbox",
"bankGuid": "01a1b737f72a8c5dc52d76cdeea71d85",
"customerGuid": "8088eefed13db07d7a0673005d8ece5e",
"createdAt": "2023-12-26T07:38:54.016349Z",
"plaidAccountMask": "0000",
"plaidAccountName": "Plaid Checking",
"state": "unverified",
"documentSubmissionUrl": "https://plaid.update.documents.com",
"verificationState": "VERIFICATION_IN_PROGRESS"
}
]'>
</remit2any-bank-alerts>
remit2any-bank-alerts-submitted-documents
event and update Remit2Any to confirm submissiondocument.addEventListener("remit2any-bank-alerts-submitted-documents", function(bankAccount) {
console.log(bankAccount);
// call `/transmitter/source-payment-instrument/${bankAccount.guid}/document-submission/${bankAccount.identityVerificationDetailsId}`
})
FAQs
This document provides a brief overview of the Remit2Any components used for KYC (Know Your Customer) and bank account management for users in the United States and India.
The npm package remit2any-ui-sdk receives a total of 51 weekly downloads. As such, remit2any-ui-sdk popularity was classified as not popular.
We found that remit2any-ui-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.