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
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
Authorization* | string | Mandatory. JWT token in format Bearer |
Search Payment Method: request & response examples
Payment Method Object
Property |
| Description |
accountCode |
| Your Localpayment account code in which the amount will be acredited |
accountNumber |
| Your Localpayment account number in which the amount will be acredited |
payinPaymentMethods |
| Payin payment method object |
payoutPaymentMethods |
| Payout payment method object |
Payin/Payout Payment Method Object
Property |
| Description |
code |
| Payment method code |
name |
| Payment method name |
description |
| Description of the payment method |
paymentMethodType |
| Type of payment method |
country |
| Country object |
Country Object
Property |
| Description |
code |
| Country code |
name |
| Country name |
isoCode3 |
| Country name in isoCode3 |
localCurrency |
| LocalCurrency Object |
Local Currency Object
code |
| Payment Method code |
code |
| Currency code |
name |
| Currency name |
isoCode3 |
| Currency name in isoCode3 |
Payment Methods by Country
Payin Methods + SLALast updated