toreReceipts.html#//apple_ref/doc/uid/TP40008267-CH104-SW3 Android ▪ Purchase Status API https://developer.android.com/google/play/billing/gp-purchase-status-api.html#overview RTFM (Read The Fxxking Manual)
:api do namespace :v1 do resources :purchase, controller: :iaps_controller, only: :create end end class Api::V1::IapsController < ApplicationController::Base def create #... end end config/route.rb app/controllers/api/v1/iaps_controller.rb