Payment and verification DSL implementations #3
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: herocode/rhailib#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need rhai wrappers around certain stripe and idenfy API functionality to be able to dispatch scripts that create payment intents and verification requests, per #1.
For instance, the circle worker needs to be able to assign a flow id metadata when creating the payment intent or verification api request. Also, the circle worker, after kyc verification step, will be asked to move to next flow step, which is creation of payment intent. Basically to use these APIs in the circle architecture they must be executable over rhai scripts.