Search Payment Method
Check the payment methods available for each of your LP accounts
Search Payment Method
GET
https://api.stage.localpayment.com/api/resources/payment-methods
Search for the payment methods available for your accounts
Query Parameters
AccountNumber*
string
Mandatory. Your Localpayment account number in which the amount will be credited. By this parameter you can get all the payments methods available for your account. In case no account is reported, the system will bring all the payment methods available in LP.
Headers
Authorization*
string
Mandatory. JWT token in format Bearer eyJ0....
For more information about authentication, please refer to Authentication.
Search Payment Method: request & response examples
Payment Method Object
Property
Type
Description
accountCode
String
Your Localpayment account code in which the amount will be acredited
accountNumber
String
Your Localpayment account number in which the amount will be acredited
payinPaymentMethods
Obj<payinPaymentMethods>
Payin payment method object
payoutPaymentMethods
Obj<payoutPaymentMethods>
Payout payment method object
Payin/Payout Payment Method Object
Property
Type
Description
code
Number
Payment method code
name
String
Payment method name
description
String
Description of the payment method
paymentMethodType
String
Type of payment method
country
Obj<country>
Country object
Country Object
Property
Type
Description
code
String
Country code
name
String
Country name
isoCode3
String
Country name in isoCode3
localCurrency
Obj<localCurrency>
LocalCurrency Object
Local Currency Object
code
String
Payment Method code
code
String
Currency code
name
String
Currency name
isoCode3
String
Currency name in isoCode3
Payment Methods by Country
Payin Methods + SLALast updated