Skip to main content
GET
/
pay-orders
/
{payorder_id}
/
payment-methods
Get Payment Methods
curl --request GET \
  --url http://localhost:8000/v2/pay-orders/{payorder_id}/payment-methods \
  --header 'X-API-KEY: <api-key>'
{
  "methods": [
    {
      "available": true,
      "method": "CARD",
      "minimum_amount": {
        "amount": 100,
        "unit": "USD"
      },
      "reason": "Card payments are only available in the EU and US"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.coinvoyage.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

X-API-KEY
string
required

API key for authentication

Path Parameters

payorder_id
string
required

Response

Payment methods

methods
object[]
required