Class MeProcessor


  • public class MeProcessor
    extends java.lang.Object
    Processor for Me entity.

    In YooKassa, each store and gateway has certain settings that affect the integration and processing of payments and payouts. Settings are available in your personal account, but in some YooKassa payment solutions it is important to receive settings via API.

    Settings must be recognized via API in the following YooKassa payment solutions:

    • Payment splitting - you can find out the status of the seller's store connected to your site.
    • Partner program - you can get help information about the store on behalf of which you perform transactions, for example, you can find out if you need to transfer data to send a receipt.
    • Payouts - you can find out the payout balance of your gateway.

    Use ApiClient for API server communication.

    API Note:
    Only for those who use Split Payments, Partner Program or Payouts.
    • Constructor Summary

      Constructors 
      Constructor Description
      MeProcessor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Me findMe()
      Receive information about current shop.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MeProcessor

        public MeProcessor()
    • Method Detail

      • findMe

        public Me findMe()
        Receive information about current shop.

        Can be used only if OAuth authentication method configured.

        Returns:
        entity that represents current shop