Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

one app with multiple merchant accounts attached!! apple pay

is it possible with apple pay if my app users want to pay their doctor (doctor can vary for patients) with apple pay?

For Example

A_patient pay to A_Doctor AND B_patient pay to some other doctor on same app basis on application data. And each doctor has own merchant account.

is it possible with apple pay?

like image 932
Ali Avatar asked Apr 24 '15 05:04

Ali


1 Answers

A single app can support multiple merchant identifiers, although these are only used to determine which certificate the payment payload should be encrypted with. Your own back end can route the Apple Pay payment token however you'd like - charge it to different merchant accounts, the same merchant accounts, etc.

like image 137
lxt Avatar answered Oct 21 '22 01:10

lxt