We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/simonwfarrow/worldpay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PaymentsRecipient.yaml•762 B
type: object
properties:
accountReference:
maxLength: 10
minLength: 1
pattern: ^[A-Za-z0-9]*$
type: string
description: >-
The account number of the recipient. Either a bank account number or a
partial card number.
lastName:
maxLength: 22
minLength: 1
pattern: ^[A-Za-z@!£*#$)(+\-_=.,/;:'"]*$
type: string
description: The last name of the recipient.
address:
$ref: ./PaymentsRecipientAddress.yaml
dateOfBirth:
type: string
description: Recipient's date of birth.
format: date
description: >-
An object containing information about the recipient of financial services.
Required for MCC 6012 transactions in the Visa Europe region. The recipient
may or may not be the cardholder.