Skip to content

Instantly share code, notes, and snippets.

@parth812
parth812 / UPIPaymentActivity.java
Last active May 9, 2024 17:24
How to make UPI to UPI payment in android and get confirmation status, without any payment gateway integration.
package com.parthdarji812;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.widget.Toast;
import com.wlc.utils.AppUtils;
import java.util.ArrayList;