MerchantAppPayment
type MerchantAppPayment {
id: ID!
appPaymentKey: String
authorizedAppId: String
merchantPaymentUrl: String!
name: String!
paymentDate: Timestamp
prices: [MerchantAppPaymentPrice!]!
status: MerchantAppPaymentStatusEnum!
storeAppId: String!
storeAppListingSubscriptionId: String
storeAppListingSubscriptionKey: String
type: MerchantAppPaymentTypeEnum!
}
Fields
appPaymentKey
StringIt keeps the information of which type of license is obtained. For example: trendyol-app-licence, foriba-app-licence etc.
authorizedAppId
StringThe id of the app that generated the app payment. Actually, the id of the app for which merchant app payment was created.
The url where the Merchant will be redirected to the payment screen. On this page, the payment process is performed by obtaining the card information.
The created merchant app keeps the name of the payment.
paymentDate
TimestampThe merchant app keeps the date of completion of the payment. In other words, it keeps the information of the date the payment was received.
Merchant app payment pricing description.
The id of the application for which payment will be created in the store
storeAppListingSubscriptionId
StringstoreAppListingSubscriptionKey
String