Payment Request
Payment Request
Class PaymentBuilder |
Parameter | Data Type | Mandatory | Description |
---|---|---|---|
Constructors (activity, paymentToken) | Activity, String | M | Init class constructor with Android activity and PGW paymentToken. • SDK constructor. • activity: Android activity. Refer to: Activity • paymentToken: retrieve from PGW Payment Token API. Refer to: Payment Token |
profileId | String | M | SoftPOS provider profile id. Important: |
transactionId | String | M | SoftPOS provider transaction id. Note: Only for Void Payment API. Retrieve from payment result response after request Payment API. |
posType | SoftPOSType | O | SoftPOS device type. |
transactionType | TransactionType | O | SoftPOS transaction type. Default: Transaction Refer to: TransactionType |
Updated 17 days ago