Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API const char* GLN_CALL gln_get_revolut_recipient_bank_country(
    const gln_revolut_recipient_t* in_recipient);
  • Family: Row field accessors
  • Return type: const char*

Purpose

Returns the Revolut counterparty country when the provider supplied one.

This is counterparty-level provider data, not proof that a specific multi-account payment method was selected.

Return

Returns the requested borrowed pointer, or NULL when it is not available.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_recipientinputconst gln_revolut_recipient_t*nonnullborrowed

See Also