开发者

Credit card Authorization using Paypal?

开发者 https://www.devze.com 2023-03-08 09:46 出处:网络
I have a website and a paypal merchant account.I need to authorize my customers credit card before doing a transaction开发者_StackOverflow.I hear about paypal\'s $1 card authorization.But i don\'t kno

I have a website and a paypal merchant account.I need to authorize my customers credit card before doing a transaction开发者_StackOverflow.I hear about paypal's $1 card authorization.But i don't know customers ready to pay $1 for just verification.Is paypal refund them this amount? or any other better way for card authorization?

Thanks


You seem to be confusing the authorize/capture procedure with Paypal verification.

PP verification is a process whereby PP charges a small amount (under $1) to your CC with a special txid, which appears on your CC statement and requests that you confirm that txid (i.e. to prove you own it).

Authorize/Capture, by contrast, is a two-step payment process whereby you authorize (i.e. lock the funds) on the account in a first step (typically, to verify that the payment will succeed before proceeding in your workflow's follow-up steps), and capture (i.e. collect the funds) in a second step.

0

精彩评论

暂无评论...
验证码 换一张
取 消