Select Payment Method

It chooses the payment method passed in payment_method.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

amazon.select_payment_method(payment_method='Net Banking')
Parameters

payment_method (str) – payment method

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict