card_status
ActiveTool of Palmyr
declared in 1.0.0
Poll a card purchase started by card_buy (free). done=true when status is 'ready' (fetch details with card_get) or 'failed' (payment auto-refunded — see refund_status).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"card_id"
],
"properties": {
"card_id": {
"type": "string",
"description": "operation_id / card_id returned by card_buy"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Palmyr
https://github.com/0xArtex/Palmyr
1/7 registries