Paypal: Is it possible to make parallel payment using stored credit card? -


the rest api supports transactions stored credit card in vault business paypal account,

what need p2p, need way perform transaction between sender (a stored credit card in vault) receivers (other paypal accounts),

just adaptive payments api,

is there way achieve that? if not there workarounds?

thanks.

if referring vault operation in rest api, unfortunately, no, not possible use stored credit card information in adaptive payment. both operations different api family (rest api , adaptive payment api), not compatible.

however, in adaptive payment, there preapproval operation allows storing payer's payment information used in future payment (similar vault/ reference transaction/tokenization). credit card payment can done through guest checkout feature (https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/apintro/#guest-payments) if not mistaken, there limitations.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -