Questions tagged [escrow]

33 questions
1
vote
1 answer

How to set an arbitrary scriptPubKey during generation of escrow bitcoin transaction?

According to Example 2: Escrow and dispute mediation there is a possibility to create escrow transactions. Also there is BIP 16, which introduces a pay-to-script-hash mechanism. According to these documents, as i understand, i must follow these…
mikebutrimov
  • 365
  • 1
  • 10
1
vote
1 answer

How to build maven source exports with dependencies for escrow releases

We need to provide releases of source code occasionally for some customers (held in escrow by a third party). This needs to include: The main maven module (or multi-module) source code Source code for all dependent maven modules, where available in…
Mark Howard
  • 278
  • 2
  • 5
0
votes
1 answer

Taking fee and payment reservation Stripe

Pretty new to Stripe, we're building an online marketplace. Each user can buy assets from any other user. We also take fees for each payment. We go with connected accounts. Seller goes through the onboarding flow (create connected account, create…
aldm
  • 343
  • 1
  • 11
0
votes
0 answers

How to Setup Paypal in a marketplace application

I am building a marketplace application for providing services- and I am confused how to add/configure PayPal in it. As I want the payment from the buyer/customer to remain hold in the system until the Service Provider/Seller Completes the Service.…
0
votes
0 answers

When testing in Remix, mapping values equals to 0 but when deployed values are fine

I'm trying to test my escrow contract, where Alice sends ETH to escrow, escrow approves and then ETH goes to Bob. When Alice sends ETH, on-hold balance of Bob is increased (in a mapping). Everything is working great when deployed and interacting…
0
votes
0 answers

Escrow Smart Contract With Royalty Features

I have run into issues with my current Escrow.sol smart contract. The Escrow.sol contract is intended to be the "Happy Median" in case two individuals within the exchange do not agree on the quality, accuracy, or description of the good or…
Trenton12
  • 3
  • 2
0
votes
0 answers

Implement escrow like functionality using stripe connect

I'm working on a feature which requires following flow client will send payment to platform. After x amount of time on specific event platform will send amount to seller. Just like fiverr payment works. The default is to hold payment in platform…
0
votes
2 answers

Receiving "Phantom - RPC Error: Transaction creation failed" while building solana escrow with @solana/web3.js

I am trying to replicate https://github.com/dboures/solana-random-number-betting-game Although when I try to initiate my the Escrow I receive the following error: Phantom - RPC Error: Transaction creation failed. Uncaught (in promise) {code: -32003,…
0
votes
1 answer

I am trying to build a escrow smart contact between club promoter who wants to book my artist with ether but I am getting ParserError

The error I am getting when I compile is: (ParserError: Expected primary expression.price = _price; * (1 ether);) I would like to add a timestamp of 7 days for the promoter to add all funds to escrow in full not half to meet my conditions to book…
Gabrael EL
  • 21
  • 1
0
votes
0 answers

Place a hold on the credit card and charge using Stripe paymentIntent

I want to build the process below When a client presses the Book button, we need to place a hold on the credit card for the amount of the transaction I think the hold does not charge the card, ie the money does not leave the card The hold just…
0
votes
1 answer

Stripe Payment gateway

I'm creating service like Airbnb using Laravel. So I'm using stripe payment gateway for my project. So I want to create escrow system using stripe. Let's say someone book properties of seller ABC for 3 days. On booking amount is debit from buyer's…
Krunal Nagvadia
  • 1,083
  • 2
  • 12
  • 33
0
votes
3 answers

file encryption into N files, but with at least and only M required to decrypt?

I think this technique may have a name, but I can't remember it to google it. What methods are there to encrypt a file (or password, etc.) into N files, of which any M (less than N) can be used to recover the complete original file, but any less…
hotpaw2
  • 70,107
  • 14
  • 90
  • 153
0
votes
0 answers

Paypal with escrow In nodejs

I am trying to integrate Paypal with Escrow in Nodejs app, But unable to find the way how can I do this. Please suggest!!
Rishabh Garg
  • 706
  • 1
  • 9
  • 28
0
votes
1 answer

Escrow or Paypal account for client payments

Here is the situation. The work to be done involves creation of a website (freelancing type, but with different work). We are evaluating the possible ways for securing payment for both clients and workers (both with respect to the website). First…
Priyabrata
  • 1,202
  • 3
  • 19
  • 57
0
votes
1 answer

Steps to create escrow payment integration in android source code

I want to integrate Escrow Payment Integration in our e-commerce android application. Please tell me the all steps to successfully create Escrow Account integration in android application.