Operation 10: Pay with Token
PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{transactionIdForToken}}
Request Body
{"apiOperation"=>"PAY", "transaction"=>{"reference"=>"{{transactionIdForToken}}"}, "order"=>{"amount"=>"{{orderAmount}}", "currency"=>"USD", "reference"=>"{{orderIdForToken}}"}, "sourceOfFunds"=>{"token"=>"{{tokenIdForPay}}"}}