shopStartPaymentRequest element

Type: shopStartPaymentRequest
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <shopStartPaymentRequest> <apiKey>...</apiKey> <authToken>...</authToken> <productId>...</productId> <paymentMethodId>...</paymentMethodId> </shopStartPaymentRequest>

Example JSON

{ "productId" : ..., "paymentMethodId" : ..., "authToken" : "...", "apiKey" : "..." }