getPaymentKeys method
Sends a request to retrieve payment keys for initiating a transaction.
Returns an http.Response
with the payment keys.
Implementation
Future<http.Response> getPaymentKeys(Map<String, dynamic> linkDetails) {
return makeApiRequest(ApiEndpoints.getPaymentKeys, {}, 'POST');
}