diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index ebef5878..4577c486 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -4288,6 +4288,10 @@ components: description: |- The amount to send to the invitee when the invitation is claimed. This is optional and if not provided, the invitee will not receive any amount. Note that the actual sending of the amount must be done by the inviter platform once the INVITATION_CLAIMED webhook is received. If the inviter platform either does not send the payment or the payment fails, the invitee will not receive this amount. This field is primarily used for display purposes on the claiming side of the invitation. This field is useful for "send-by-link" style user flows where an inviter can send a payment simply by sharing a link without knowing the receiver's UMA address. Note that these sends can only be sender-locked, meaning that the sender will not know ahead of time how much the receiver will receive in the receiving currency. + inviteeCountryCode: + type: string + description: The country of the invitee (ISO 3166-1 alpha-2 code). Only available for CLAIMED invitations when provided by the invitee. + example: US Error403: type: object required: diff --git a/openapi.yaml b/openapi.yaml index ebef5878..4577c486 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4288,6 +4288,10 @@ components: description: |- The amount to send to the invitee when the invitation is claimed. This is optional and if not provided, the invitee will not receive any amount. Note that the actual sending of the amount must be done by the inviter platform once the INVITATION_CLAIMED webhook is received. If the inviter platform either does not send the payment or the payment fails, the invitee will not receive this amount. This field is primarily used for display purposes on the claiming side of the invitation. This field is useful for "send-by-link" style user flows where an inviter can send a payment simply by sharing a link without knowing the receiver's UMA address. Note that these sends can only be sender-locked, meaning that the sender will not know ahead of time how much the receiver will receive in the receiving currency. + inviteeCountryCode: + type: string + description: The country of the invitee (ISO 3166-1 alpha-2 code). Only available for CLAIMED invitations when provided by the invitee. + example: US Error403: type: object required: diff --git a/openapi/components/schemas/invitations/UmaInvitation.yaml b/openapi/components/schemas/invitations/UmaInvitation.yaml index 38ecf135..513ca67b 100644 --- a/openapi/components/schemas/invitations/UmaInvitation.yaml +++ b/openapi/components/schemas/invitations/UmaInvitation.yaml @@ -66,3 +66,9 @@ properties: UMA address. Note that these sends can only be sender-locked, meaning that the sender will not know ahead of time how much the receiver will receive in the receiving currency. + inviteeCountryCode: + type: string + description: >- + The country of the invitee (ISO 3166-1 alpha-2 code). Only available for + CLAIMED invitations when provided by the invitee. + example: US