# Agent Payment

> payment agent, this is the agent that provides payment service. required data are: * Product name * Product price * Product currency * the International Bank Account Number (IBAN) - optional

- Skill: `langgraph4j/agent-payment` (Agent Skill)
- Install (CLI): `npx skillmds@latest add langgraph4j/agent-payment`
- Raw SKILL.md: https://api.skillmd.com/api/skills/langgraph4j/agent-payment/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: langgraph4j (https://skillmd.com/u/langgraph4j)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/langgraph4j/agent-payment

---


## submit a payment for purchasing a specific product
We need all information about purchasing to allow the payment

* Product name
* Product price
* Product price currency
* International Bank Account Number (IBAN)

With such information you must invoke tool `submit-payment` and return the result of the payment transaction plus the IBAN.
If IBAN is not provided invoke tool `retrieve-iban` to retrieve the required IBAN.




