You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to complete the charge, kindly redirect users to the link returned as `data.link` from the charge response.
653
+
642
654
This call raises a ```TransactionChargeError``` if there was a problem processing your transaction. The ```TransactionChargeError``` contains some information about your transaction. You can handle this as such:
643
655
644
656
```py
@@ -895,9 +907,21 @@ res = rave.UGMobile.charge(payload)
895
907
This call returns a dictionary. A sample response is:
In order to complete the charge, kindly redirect users to the link returned as `data.link` from the charge response.
924
+
901
925
This call raises a ```TransactionChargeError``` if there was a problem processing your transaction. The ```TransactionChargeError``` contains some information about your transaction. You can handle this as such:
902
926
903
927
```py
@@ -1025,9 +1049,20 @@ res = rave.ZBMobile.charge(payload)
1025
1049
This call returns a dictionary. A sample response is:
In order to complete the charge, kindly redirect users to the link returned as `data.link` from the charge response.
1065
+
1031
1066
This call raises a ```TransactionChargeError``` if there was a problem processing your transaction. The ```TransactionChargeError``` contains some information about your transaction. You can handle this as such:
0 commit comments