문제

I've integrated Digital Goods with Express Checkout for my site and I've successfully tested with using sandbox. However I doesn't show any record of the transaction I've just completed in either the merchant account or the test account.

Should I be seeing a transaction? and if so, what could have gone wrong such that a transaction record isn't appearing?

도움이 되었습니까?

해결책

You're most likely not calling the DoExpressCheckoutPayment API call to finalize the transaction.

DoExpressCheckoutPayment is a mandatory API call used to create a transaction out of a TOKEN and PAYERID (assuming the buyer has approved the transaction on the PayPal website).

The API doc (NVP) for DoExpressCheckoutPayment is available at developer.paypal.com.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top