Get payment method by ID

Retrieves a payment method by its ID

Request
Security:
tilia_auth (read_payment_methods)
path Parameters
payment_method_id
required
string (PaymentMethodId) <= 36 characters

Unique identifier of the payment method

Example: pm_2V2bA0r2hJpUnCA9HeTgOl0rONr
Responses
200

Payment method information was retrieved successfully

400

Invalid input

401

Unauthorized access.

500

Service unavailable or server error.

get/v2/payment-method/{payment_method_id}
Request samples
curl -i -X GET \
  https://payments.tilia-inc.com/v2/payment-method/:payment_method_id \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "status": "Success",
  • "message": [ ],
  • "codes": [ ],
  • "payload": {
    }
}