Type alias SelectedPayoutMethodBeta

SelectedPayoutMethod: {
    kind: "STORED_BALANCE" | string;
    paymentDetailsHash?: string;
}

The payment methods selected by Alice in the RFQ

Type declaration

  • kind: "STORED_BALANCE" | string

    Some payment methods should be consistent across PFIs and therefore have reserved kind values. PFIs may provide, as a feature, stored balances, which are effectively the PFI custodying assets or funds onbehalf of their customer. Customers can top up this balance and their transactions can draw against this balance.

    If a PFI offers STORED_BALANCE as a payout kind, they MUST necessarily have a respective offering with STORED_BALANCE as a payin kind.

  • Optional paymentDetailsHash?: string

    An object containing the properties defined in the respective Offering's requiredPaymentDetails json schema. Omitted from the signature payload.