Skip to main content

Payment Integration

This section explains the different operations performed in payment transactions. You can create a transaction, view transaction details, and so on. Currently, Gojek supports QRIS as a payment method for GoBiz. Transaction expiry for QRIS is one week. Customers can make payments using any QRIS compatible applications.

The methods available in Payment Transaction are listed in the table given below.

HTTP MethodEndpointDescription
POST/integrations/payment/outlets/{outlet_id}/v2/transactionsIt is used to create a transaction.
GET/integrations/payment/outlets/{outlet_id}/v1/transactions/{id}It is used to get details of a specific transaction.