GET v1/Payment/GetAvailablePaymentMethods
Gets available payment methods for use to fund a transaction
Request Information
No Parameters
Response Information
Response body formats
application/json, text/json
Sample:
[ "Any", "Any", "Any" ]
application/xml, text/xml
Sample:
<ArrayOfPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.Common"> <PaymentMethod>Any</PaymentMethod> <PaymentMethod>Any</PaymentMethod> <PaymentMethod>Any</PaymentMethod> </ArrayOfPaymentMethod>