Magidoc

ManualPaymentProvider
Object

A manual payment provider configured by a host for contributors to use

Fields

#

id

Non-null

Unique identifier for this provider

publicId

Non-null

The resource public id (ie: mpp_xxxxxxxx)

type

Non-null

The type of manual payment provider

name

Non-null

Display name for this payment provider

instructions

Payment instructions to show contributors (HTML)

icon

Icon name for this payment provider

accountDetails

Bank account details for BANK_TRANSFER type providers

isArchived

Non-null

Whether this provider has been archived

createdAt

Non-null

When this provider was created

updatedAt

Non-null

When this provider was last updated

Usages

#

References

#

  • Field manualPaymentProvider from Order
  • Field manualPaymentProviders from Host
  • Field createManualPaymentProvider from Mutation