getPaymentRequest

final PaymentRequest getPaymentRequest(String id)

Get the payment details for the request created by a business. The id is sent in an Intent. Use getRequestId for extracting the id from the Intent.

Return

PaymentRequest created by the business.

Parameters

id

The id sent by the business.

Throws

This method makes a network call which may fail, the resulting throwable is not caught and a type is not guaranteed.