Tags: PaystackHQ/paystack-android
Tags
Swap Moshi for GSON to address Type erasure problems in network reque… …sts (#157) * Swap Moshi for GSON to address Type erasure problems in network requests * Add moshi converter factory dependency * Pass transaction reference and ID to callbacks for exception reporting
Address verification for authentication for international cards * WIP: Address Verification card authentication - Launch verification form when authentication type required is `avs` Signed-off-by: Michael obi <michael@paystack.com> * WIP: AVS - Set test USD card Signed-off-by: Michael obi <michael@paystack.com> * WIP: Address verification system - Submit address to complete charge authentication Signed-off-by: Michael obi <michael@paystack.com> * Complete charge with AVS Signed-off-by: Michael obi <michael@paystack.com> * Remove test helper code some sample app Signed-off-by: Michael obi <michael@paystack.com> * Move mavenCentral repository declaration to project level Signed-off-by: Michael obi <michael@paystack.com> * Bump version code to 18 Signed-off-by: Michael obi <michael@paystack.com> * Revert BASE_URL to https://standard.paystack.co/ Signed-off-by: Michael obi <michael@paystack.com> * Fix issue where PIN responses caused a crash due to absence of `auth` property Signed-off-by: Michael obi <michael@paystack.com> * Handle AVS errors Signed-off-by: Michael obi <michael@paystack.com>
return a more descriptive error when parsing an API response fails
PreviousNext