{
"account_id": null,
"company_id": "01hqydxwtxdj3kmzp3bz7jk73g",
"configurations": [],
"id": "01k1d8sk6mz3r0fyqwmqr1y9k7",
"metadata": null,
"name": "Cash",
"processor": "cash",
"status": 1,
"treasury_account_id": "01k1amypn6xycwe7w948jp82zm"
}Paiement Methods
Get a payment method
Retrieve detailed information about a specific payment method using its unique ID. This endpoint returns all configuration details, provider information, and activation status, allowing you to manage or display a particular payment option within your store.
GET
/
2023-11
/
admin
/
payment-methods
/
{id}
{
"account_id": null,
"company_id": "01hqydxwtxdj3kmzp3bz7jk73g",
"configurations": [],
"id": "01k1d8sk6mz3r0fyqwmqr1y9k7",
"metadata": null,
"name": "Cash",
"processor": "cash",
"status": 1,
"treasury_account_id": "01k1amypn6xycwe7w948jp82zm"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"{{companyId}}"
Path Parameters
Response
200 - application/json
200
Example:
"01hqydxwtxdj3kmzp3bz7jk73g"
Example:
[]
Example:
"01k1d8sk6mz3r0fyqwmqr1y9k7"
Example:
"Cash"
Example:
"cash"
Example:
1
Example:
"01k1amypn6xycwe7w948jp82zm"
