Pay Kit Android: Advanced Operations
Pay Kit Android: Advanced Operations
Pay Kit Android: Advanced Operations
See Getting Started with the Pay Kit Android SDK first to get set up.
When you use createCustomerRequest, the system returns a CustomerResponseData object. This object contains the Request ID.
If required, you can save this ID to retrieve the request at a later time.
For existing customer requests, start the SDK by calling startWithExistingCustomerRequest and pass the Request ID.
Update an existing customer request by calling updateCustomerRequest and passing in the Request ID and a new CashAppPayPaymentAction object.
Use this function only after you’ve already started the SDK with a customer request.