I do not see it in the «PayPal October 2017» document: developer.alphacommercehub.com.au/docs/paypal-october-2017
Hello @Steve_Rivas,
You said that the AlphaCommerceHub’s API Explorer should be regarded as the PayPal’s CapturePayment
transaction specification.
But I do not see the response parameters specification there:
Where can I find it?
Sample CapturePayment response is in the PayPal guide here
http://developer.alphacommercehub.com.au/docs/paypal-october-2017
Hello @gallaron,
Nice to see you here.
As I understand, you mean the «PayPal October 2017» →«Sample Requests» → «Sample Capture» → «Payment Response» section:
I saw this section, but regarded it only as a sample, not as the response’s specification.
OK, I will treat it as the response’s specification.
I will ask extra questions about the response’s particular parameters in separate topics.
The sample above in a textual form
Request
<TransactionRequest>
<Header>
<UserID>USER123</UserID>
<MerchantID>PayPalTest</MerchantID>
<TransactionType>CapturePayment</TransactionType>
<Version>2</Version>
</Header>
<Transaction>
<MerchantTxnID>20161012019</MerchantTxnID>
<Currency>USD</Currency>
<Amount>40000</Amount>
<Method>PP</Method>
</Transaction>
<Wallet>
<WalletID>VG6F855HTH9AU</WalletID>
</Wallet>
</TransactionRequest>
Response
<TransactionResponse>
<Result>
<ResponseCode>1000</ResponseCode>
<ResponseMessage>Request successful</ResponseMessage>
<ResponseTimestamp>12102016224939</ResponseTimestamp>
<MerchantID>PayPalTest</MerchantID>
<MerchantTxnID>20161012019</MerchantTxnID>
<Currency>USD</Currency>
<Amount>40000</Amount>
</Result>
<ProviderResps>
<ProviderResp>
<ProviderName>PayPal</ProviderName>
<ProviderOrder>1</ProviderOrder>
<ProviderResponse>Success</ProviderResponse>
</ProviderResp>
</ProviderResps>
<MethodResult/>
</TransactionResponse>