Questions tagged [escrow]

33 questions
9
votes
8 answers

What are good ways to guarantee business continuity with a SaaS product?

For my Bachelor Thesis I am researching how SaaS providers can arrange some sort of business continuity guarantee. You probably know the Source Code Escrow arrangements for 'shrink-wrapped' software. They give customers access to the source code…
user277120
8
votes
1 answer

MySQL atomic operations and table locking

I have a website where users can purchase tickets, but ticket quantities are usually limited and go quickly. I'm trying to implement an escrow system such that a user can click that they want x number of tickets, at which point I will put them in…
user1493634
  • 83
  • 1
  • 3
6
votes
3 answers

Integration of escrow web services in a PHP site

I want to integrate the services of escrow.com in my PHP site. How would you get started with this goal, and what APIs provided would be the basic functionality? Do you have any PHP specific advice or gotchas? Would you recommend another service…
Hunt
  • 8,215
  • 28
  • 116
  • 256
6
votes
2 answers

DIY code escrow?

Rather than using a third party code escrow service, I was thinking about giving customers our source code in encrypted form and then have my attorney produce a document that contains the password for decrypting the source and the conditions under…
user8134
  • 1,823
  • 3
  • 14
  • 9
5
votes
2 answers

payment integration

I am going to integrate payment feature in my site. My requirement is something like Elance escrow. Like User can pay to me using their online payment account. I can hold their amount in my online payment account. They can withdraw their amount…
gautamlakum
  • 11,815
  • 23
  • 67
  • 90
4
votes
1 answer

Escrow Payment Processing Solution Rails

I'm working on a Marketplace project and I am looking for a simple payment solution that would facilitate transactions made between Buyers and Sellers globally. There will have to be an Escrow system and the payments would go through only after the…
Ch Zeeshan
  • 1,644
  • 11
  • 29
4
votes
6 answers

What is Software Escrow? Is Software Escrow something you want?

What is Software Escrow? Is Software Escrow something you want?
Daniel Kivatinos
  • 24,088
  • 23
  • 61
  • 81
3
votes
3 answers

Adding payment method and escrow to a site in PHP

I am creating a site in PHP in which I take Credit card info from user and now I want to process that.also some recurring payment. My use case is that I will deduct some money say $100 from user account and escrow them and on confirmation transfer…
user1765876
3
votes
3 answers

How to build escrow style system

I have a website where clients pay for a service but have to out the money upfront via escrow, I'm very proficient with PHP (this is what the website is coded in) how would I go about implementing an escrow system that would work automatically?
Chris
3
votes
1 answer

Balanced Payments - Difference between Escrow accounts and (Marketplace) Merchant balances?

I'm new to Balanced and was wondering if you could define what exactly an Escrow Account is, and what is the difference between that balance and the Marketplace Merchant balance? If I am the Marketplace owner person/organization, which represents…
rpearce
  • 1,720
  • 1
  • 21
  • 29
2
votes
1 answer

How to transfer a money from one account to another account using paypal in android programmatically

I am working on an android app with eclipse ADT. I have to integrate the paypal escrow payment and i haven't find any appropriate documentation for this. So i need some sample code or some suggestions on escrow payment. It will be very helpful…
user1784588
  • 99
  • 2
  • 12
2
votes
1 answer

Marketplace future payment : Escrow vs Scheduled Payment

I am currently building a marketplace similar to airbnb/uber for the payment, where sellers would receive payment from buyers once the "service" is completed. The payment solutions I am considering are Stripe and Braintree. Braintree offers Escrow…
stefano_cdn
  • 1,362
  • 2
  • 15
  • 29
1
vote
1 answer

In stripe how to transfer fund from connect account to admin account?

I want to create Escrow feature using Stripe payment gateway. And for this I've 3 connected account. a) A connected account which has payment method added it and this account is making the payment. b) A connected account without any specified…
1
vote
1 answer

Braintree + esrow funding

I have been implementing braintree + escrow funding in PHP. I have been using Braintree PHP code. code is perfectly working and i can see transaction in my braintree sandbox dashboard. But one step ahead i want to integrate escrow funding which is…
Ashish Patel
  • 3,551
  • 1
  • 15
  • 31
1
vote
3 answers

How the escrow authentication works?

I have tried to call authentication API by using escrow REST full API. However I am not getting any valid response from the authentication API. I have used Codeigniter CURL method to post the variables with the URL …
Syam kumar KK
  • 524
  • 2
  • 6
  • 32
1
2 3